如何为Android应用程序创建Bootstrapper,
例如,我想覆盖Android.App.Application
的应用程序类,如何为其创建实例?
我想基于某些条件运行活动..
我们怎么做呢...使用Mono for Android
答案 0 :(得分:1)
您必须使用androidmanifest.xml中的应用程序标记:
http://www.developer.android.com/guide/topics/manifest/application-element.html
请参阅android:name部分。
android中可能有单声道的属性,我会检查。但这应该有用。
这就是:
http://www.stackoverflow.com/questions/8697018/what-is-application-in-mono-for-android