I have to port a windows 6.5 app to both Monodroid and Monotouch. Now the question is which one to tacke first. I\'ve taken some first steps with Monotouch, but encountered several blocker stability i
I have the following layout: <Button android:id=\"@+id/MyButton\" android:layout_width=\"fill_parent\"
I have a problem with sending POST http request. It stops on (HttpWebResponse)request.GetResponse() and after timeout throws timeout expired exception, but if i send the same request via GET all works
Below is my code to load a local HTML document into a MonoDroid Activity screen: String mimeType = \"text/html\";
I\'m experimenting for the first time, the Mono framework to develop applications to Android.开发者_运维技巧
I have installed MonoDroid 1.0.1.10323 today but every time I try to run my \"Hello World\" program, it does not compile. The error message:
I am receiving an UnsatfiedLinkError exception when I am calling UAirship.takeOff. My app is using Mono for Android and I am invoking UAirship.takeOff via JNI. I am to call other methods in the Urban
How can I implement a 开发者_C百科simple \"splash screen\" on program startup?I am copying a SQLite DB and it can be a bit of a long process that is not UI \"friendly\".
I\'m using MonoDroid for android development (meaning using visual开发者_如何转开发 studio 2010 and c#)
I want to display a listview when I click a button in Monodroid. I tried the following code, however it doesn\'t run. Can anyone correct this?