Hello people,
I made a feeble attempt at making a dropbox library but i guess i failed!!!
Anyways this is what I did.
I got the Dropbox Java source from: Dropbox - Developers - Simplify your life
I followed XverhelstX's tutorial. I fired up eclipse, added the source from the download.
But alas, it was using some kind of maven repositories. So after banging my head on the wall for a few hours I found Maven Central Search Engine . From here I could download the JAR files for all of the dependencies.
The only modification I made to the source was I added the imports for b4a.
Apart from that, nothing.
I managed to generate an xml file and a jar file. It loads up in b4a fine.
but from there on I am lost.
I cannot Dim anything from the library. I dont even know it exists.
So here is my jar and xml. Surely its all wrong, but what do i do now!
I made a feeble attempt at making a dropbox library but i guess i failed!!!
Anyways this is what I did.
I got the Dropbox Java source from: Dropbox - Developers - Simplify your life
I followed XverhelstX's tutorial. I fired up eclipse, added the source from the download.
But alas, it was using some kind of maven repositories. So after banging my head on the wall for a few hours I found Maven Central Search Engine . From here I could download the JAR files for all of the dependencies.
The only modification I made to the source was I added the imports for b4a.
Apart from that, nothing.
I managed to generate an xml file and a jar file. It loads up in b4a fine.
but from there on I am lost.
I cannot Dim anything from the library. I dont even know it exists.
So here is my jar and xml. Surely its all wrong, but what do i do now!