I need to change the start up page for my monodriod app? how can i change it to a differen开发者_JAVA技巧t activityhttp://mono-android.net/Documentation/Guides/Working_with_AndroidManifest.xml
In my app I need to call code whenever the app closes (pauses) and then run code again whenever the app starts again (resumes).For example, I call a web service that syncs the data whenever the app st
I\'m just starting with Mono for Android and installed it using the steps here http://mono-android.net/Installation/Visual_Studio and followed all the steps http://mono-android.net/Tutorials/Hello_Wor
I\'m reading an image fro开发者_如何学编程m my sqlite db into a MemoryStream. I seek to the beginning of my memory stream and then pass it to the Drawable.CreateFromStream and it crashes. I\'ve checke
Latest version of MonoDroid on Windows 7 x64 / VS 2010 Pro. Simple examples work great, but on my \'real\' app I get a null pointer when packaging (either after trying to run the app, or selecting th
I am developing monodroid application an开发者_JAVA百科d everything seems to be working fine [I was able to run the android project before] till one fine day and suddenly I got this error message whil
I know C# rather well and just love Visual Studio as IDE. :) Yet now I want to start developing for android...
I followed all the descriptions of \"how to build a hello word app with monodroid and vs2010. When I deploy solution by pressing F5 and select the emulator, the emulator starts up, I can select it fro
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
a Mono开发者_开发问答Droid application runs on Mono Runtime, but Dalvik VM is also loaded, ok?