How did I set up multiple flavors for an Android App under 5 minutes

Posted on July 18, 2017 in Development • Tagged with android, gradle, flavors, build-variants, dev, 5-minutes-series

This post is part of the "under 5 minutes series". In this post I'll talk about how did I set up flavors for an Android app.


Continue reading

Getting started with developing Android apps in Kotlin

Posted on June 18, 2017 in Development • Tagged with android, gradle, kotlin, android studio 3, dev

This post shows how to get started with creating Android apps in Kotlin language using Android Studio 3 and higher.


Continue reading

Automatic Android APK Signing

Posted on December 20, 2016 in Development • Tagged with android, gradle, signing, apk, dev

This post shows how build.gradle can be configured to sign Android APKs automatically without manual interventions.


Continue reading