Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

Saturday, September 6, 2014

Automatic versioning and increment using Git tags and Gradle

How do you set versions for you Android app? There are many ways at it. At the manifest, at the gradle in a "def", in a version.properties file... But, if you are looking for a cleaner way where you don't have to actually change a file, and it will continuously increment after each commit - here it is.

Saturday, October 19, 2013

Styles, Themes and dimens = CSS ?

There are many approaches to how to implement the entire world of styles themes and dimens,
one approach is to use it like CSS - where every View in a Layout is set with his own style and dimen.