ZeBen
ZeBen
This is the lines that @Cheesebaron didn't want to include because "it have to be done globally". I don't agree with him but it is his choice. I prefer to...
Its easy. When it crashes there is a message "missing method xxxx" or "missing property xxxx".
see https://github.com/MvvmCross/MvvmCross/issues/3589
Yes. In fact all apps does have a hidden application class anyway. Also, it enables the use of a real 0 code instant splash screen on Android as described [here](https://android.jlelse.eu/right-way-to-create-splash-screen-on-android-e7f1709ba154)...
> Wouldn't it be possible to detect the splashscreen based on the [Activity] attribute with MainLauncher = true No. There is no more such "splash screen activity". Any activity /...
I've fixed the naming and included another improvement to IMvxAndroidCurrentTopActivity. I discovered in one of my project that the default IMvxAndroidCurrentTopActivity is not working in some situations involving the new...
I found an issue with the playground and the way the tabs are inserted in the view. Also the presenter uses tasks to add tabs. This is not good in...
I have since used this architecture in 3 existing customer apps and tweaked this code to be more universal. A "problem" with that code is that is requires an application...
I will update the PR to include native handling of android shortcuts