I have created on image uploader as a desktop application. Now I want to port it to Android using Monodroid.
Application uploads images to dropbox. In the desktop version I have used "dropnet" which references "sharpbox", "Json", etc. Is there any way I can use those i.e. dropnet, sharpbox, etc in my monodroid app?
It will take very long if I have to recode those libraries already available in .net .
thanks.
Sujit
DropNet already has a compilation for MonoTouch. So you should be able to create a MonoDroid compilation in the same way - Just create a MonoDroid class library project, add all the files as links and compile.
You could even submit it as a pull request to the DropNet project.
Edit:
I've forked DropNet here, and created a MonoDroid compilation.
Just clone this repository.
Disclamer: I just got it to build - it's up to you to address any issues you might come across.