Senior Cloud Developer Advocate at Microsoft, Xamarin Certified Developer, author of Xamarin In Action, blogger, speaker, father and lover of beer, whisky and Thai food. Opinions are my own.
As much as I'm loving MVVMLight it does have some limitations. The one I've hit recently is how well it doesn't work when you are using AppCompat (though to be honest I think it's more down to how hacky AppCompat seems to be). I'm using AppCompatActivity as my base activity class to get an action bar supported on older API versions. The problem i…
Read More