how to use dropnet, sharpbox and othere libraries in Monodroid

后端 未结 1 801
时光取名叫无心
时光取名叫无心 2021-01-23 13:23

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 hav

相关标签:
1条回答
  • 2021-01-23 13:33

    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.

    0 讨论(0)
提交回复
热议问题