i am using one mvc application in vs 2008,its running fine,its having chart control. 开发者_JAVA技巧now i am creating one monodroid application.
I am having difficulty getting my Monodroid application retrieve a location when I run it in an emulator.开发者_StackOverflow社区 My code looks something like this:
I am struggling with some Monodroid code that should be simple, but is causing an unexpected exception.开发者_JS百科 The code throws an exception when I try to invoke SelectNodes() on an XmlDocument o
I have a simple layout as follows: <?xml version=\"1.0\" encoding=\"utf-8\"?> <LinearLayout android:id=\"@+id/widget30\"
I am a .NET developer and I am interested in developing android application in C# and I got monodroid.
I\'m searching the internet for a while now, and it seems that currently there is almost no way to develop XNA games for the Android platform.
I\'m trying to use OpenGL with Monodroid, but by using get Unhandled Exception not only in my personal project, but also in the sample project GLTriangle20.
I am trying to extend a sample I found at http://developer.android.com/resources/articles/layout-tricks-efficiency.html.I am a brand new MonoDroid developer, just installed it yesterday, and trying to
Would anyone by chance have a working example of using GestureListner with Monodroid?I can\'t seem to successfully translate what\'s out on the Net using Java.
How to properly instantiate AssetManage? I have a file that I\'d like to load and I am getting an error.