I am new to MonoDroid, I have developed an application on MonoTouch which uses web-services and i\'m trying to port it on Android. I am using MonoDevelop on a Mac ( Mac OS X ).
Hey, At the moment I\'m not sure how officially supported it is but, there have been reports of people successfully using monodroid with vici coolStorage.
I have been working on this google map sample using the Mono for Android evaluation version. I now what to add overlays which requires adding a second java class. When i try to add a new java class, e
I am using Monodroid and C#.Net. I have been getting error message whenever开发者_开发技巧 I try to access a method on my web service which reads \'unknown member Invoke\' and it occurs on the object
I\'m trying to cast a spinner.SelectedItem to string in monodroid. Since SelectedItem is a Java.Lang.Object, I need to know how can I cast a Java.Lang.Object to a native .net type.
I have implemented a Java activity that displays a Google map view, and would like to use an existing .NET framework class to t开发者_JAVA技巧hat returns locations, from a web service, to display on t
I am attempting to add google map functionality to my mono for android application by following these instructions.
I am trying to animate a TextView sliding down from behind an ImageView. I\'ve got the following layout:
I have <?xml version=\"1.0\" encoding=\"utf-8\"?> <shape xmlns:android=\"http://schemas.android.com/apk/res/android\"
I\'m stuck in a little problem: I have written a communication class th开发者_如何学运维at fires OnResponseData when data arrives.