xamarin.android - MvvmCross: Android Application attribute -


when using mvvmcross android, actual application object used android? object not needed unless want customize tag in manifest. mono android has applicationattribute can use decorate application class , change themes, icons, etc. how when using mvvmcross?

mvvmcross sits on top of xamarin.android

so can customise mvvmcross android application in same way customise normal xamarin.android applciation - create application override if need one.

note application properties can adjusted through project settings , assembly attributes http://docs.xamarin.com/guides/android/advanced_topics/working_with_androidmanifest.xml


Comments