xamarin.android
Web service not getting called and crashing
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 ).[详细]
2023-04-01 22:03 分类:问答Using Vici cool Storage with monodroid
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.[详细]
2023-04-01 20:51 分类:问答How do I add multiple java classes into a Mono for Android project?
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[详细]
2023-04-01 12:47 分类:问答Error message 'unknown member'
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[详细]
2023-04-01 10:38 分类:问答convert Java.Lang.Object to .net type
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.[详细]
2023-04-01 08:22 分类:问答How to call a .NET class from a Java class in Mono from Android?
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[详细]
2023-04-01 05:50 分类:问答How do you sign a mono for android application
I am attempting to add google map functionality to my mono for android application by following these instructions.[详细]
2023-03-30 19:50 分类:问答Slide-down animation
I am trying to animate a TextView sliding down from behind an ImageView. I\'ve got the following layout:[详细]
2023-03-30 19:42 分类:问答How to change shape color dynamically?
I have <?xml version=\"1.0\" encoding=\"utf-8\"?> <shape xmlns:android=\"http://schemas.android.com/apk/res/android\"[详细]
2023-03-30 07:57 分类:问答Check if RunOnUiThread is necessary?
I\'m stuck in a little problem: I have written a communication class th开发者_如何学运维at fires OnResponseData when data arrives.[详细]
2023-03-28 17:24 分类:问答