Enable Safe Browsing in WebView

This small code snippet shows how to enable WebView Safe Browsing feature in apps running in Android 5.0 and newer devices
Read More…  

Android activity-alias is your friend

activity-alias is one the forgotten tags in AndroidManifest. This post shows how to use it to your advantage and not piss off your users.
Read More…  

Access private Android app files on your device

Access private Android app files on your device when developing the app.
Read More…  

5 steps to more maintainable code

Good code bases all contain distinct features. This post highlights them shows how and why they work
Read More…