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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -