Incrementing the version/build number for your project is important for various reasons, such as publishing an update to an app on the Google Play Store requiring a newer version. This can be easily done in your build.gradle file.
Continue reading “Android: auto-incrementing version number”Category: Android
Android: How to get the location
I am continuing with this series of articles with asking for location permissions and getting the actual location from your phone.
The first step for doing this, is to tell the system that you will be requiring location permissions. You do this by adding the following two lines to your manifest file:
Android: Adding items to TextView and scrolling them into view
I’m starting this series of articles describing some of the issues I encountered along the way for which I could not find too much documentation online, or the documentation I could find was vague.
Continue reading “Android: Adding items to TextView and scrolling them into view”