Indeterminate ProgressBar with custom image Dec 8, 2019 in Android Android ProgressBar with custom indeterminate drawable is quite easy to achieve. This tutorials shows how to do it. Read More…
RecyclerView padding to first and last items Jun 30, 2019 in Android Adding padding to a RecyclerView might not turn out as you expected. Fortunately it's easy to fix with clipToPadding attribute. Read More…
Android signing config with Gradle Jun 21, 2019 in Android Gradle How to setup signing config in Gradle and handle keystore loading without adding secrets to version control Read More…
Set Android apk filename in Gradle Jun 20, 2019 in Android Gradle Change Gradle settings and output apks with more descriptive filenames. Read More…
Initialize application with Application class Oct 23, 2018 in Android Android Application class gives the developer a nice way to initialize dependant libraries and other features. Read More…