Source: dzone.com

Personal Mini Toolchains

Category: android, automation

by If you found yourself doing the same thing again and again for many times, then chances are, you want to simplify that and eventually automate it.

But if you know how to identify and effectively implement more small tasks like this, then it will scale up very quickly and create you a lot of time to do anything you like.

This will confirm you that this is a bit worth investing in the effort, and give you the chance to simplify and deeply understand what are you doing.

Then replaced certain values in build.gradle by placeholders (e.g. applicationId is replaced by '$tyracorn.application.id') which will be filled in later on by toolchain.

Related Articles