You are on page 1of 5

Credit Book App

Step 1 :- File < Open Project < Select Project.

When The Project Is Imported, Run The Project On the Android Device To Test it.
Step 2:- To change logo

*Go to Drawable Folder in App < Replace creditbook.png with own icon.
Step 3- To Change The Color

* Go to Resources Folder In App < Go to file in Values < color.xml < Change The Default Color
With your Own Color.

Step 4:- To Change Base Url

* Go to java < utils < BaseURL < Open File change the BaseURL < Replace BaseUrl With your own
BaseUrl.
Step 5:- To Change Image Url

* Go to java < utils < BaseURL < Open File change the IMG_CATEGORY_URL < Replace Image_URL
With your own Image_URL..

Step 6:- To Change The App Name

* Go to Resources Folder In App < Go to File In Values string.xml < Change the App name with your
own App Name.

Step 7:- to Change the Package Name


* Go to Gradle Scripts < go to build-gradle-app<change the appliction Id with your own package
name.

Connect to firebase
Step 8:- To Change firebase json service file

*Go to firebase console < create project < select android < go to authentication < sign up method <
email and phone no enabled and save < go to docs < add project package name and SHA 1 no. < add
dependency < download json service file ….

*Go to project < app < Gson service file …

You might also like