monodroid

Silverlight/Moonlight on Android devices

Hi! I just got my first Android device, I love it... I also love the fact that you can create your own applications and distribute them as you please. I've read a little bit about Monodroid, and also that apparently Microsoft wants to put Silverlight on these devices, although there is not too much information about either of them... b...

The WeTab will run Android applications but uses an Atom CPU. What does this mean for NDK and MonoDroid?

I'm guessing MonoDroid compiles directly into ARM code. And the NDK, too. ...

Minimum Android version for Monodroid applications?

Hi, I'm looking into using Monodroid for Android app development. I'd like to know what minimum version of Android is required for runnning Monodroid applications. Thanks, Adrian ...

Reusing Monotouch code in Monodroid app

Hi, I'm currently implementing a Monotouch application that will eventually be ported to Monodroid. The application is just a client to an OData Web service. Nothing too fancy or performance critical. The challenge is to reuse as much code as possible. I'm aware that the UI APIs for Monotouch and Monodroid are quite different, but I'm...

Android StartActivityForResult and Finish (with video)

I have a MainActivity class with an "Add Item" button and a listview and a AddItemActivity class with a textbox and a "save" button. The user should click on the "Add Item", go to the AddItemActivity screen, enter an item, click 'save' and then go back to the updated MainActivity screen. (BTW, I'm using MonoDroid, but I don't think thi...