Ignacio Garat
Ignacio Garat

Reputation: 1556

How to replicate app to use with different resources in Android studio?

Hi I have a small android app that serves as client for a network, now I need to replicate the app, just changing url's, colors, and png´s, I believe there is way to manage this through grade, but I`m not sure how.

Upvotes: 0

Views: 46

Answers (1)

Rodrigo Henriques
Rodrigo Henriques

Reputation: 1812

You have to make Product Flavors for your application.

Look at this tutorial:

https://objectpartners.com/2015/03/31/using-android-product-flavors-to-build-full-and-demo-version-of-the-app/

Cheers.

Upvotes: 1

Related Questions