how to use dropnet, sharpbox and othere libraries

2020-04-17 13:03发布

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

1条回答
啃猪蹄的小仙女
2楼-- · 2020-04-17 13:13

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.

查看更多
登录 后发表回答