development Android code clean-up: concatenating strings with setText The Android Studio code inspector is a useful tool for maturing your code and improving your style.
development Android: Opening URIs using Intent - protocol case matters Protocols need to be lower case in URIs used in Android, so why doesn' Android make sure they are?!