Android: Installing multiple variations of the same app on one device
This post is bit of a follow up to my last post on how to build an app for multiple environments and local development using build types and product flavors. We…
This post is bit of a follow up to my last post on how to build an app for multiple environments and local development using build types and product flavors. We…
Different build types in android can be used to build the same application with different configurations. This can be predefined config values like ‘debuggable’, but you can also define your…
Developers have a tendency to not only work on a single project at once. Depending on those projects, there is a constant struggle to keep your programming environment in sync…