Android App Configuration

Estimated reading: 2 minutes 173 views

Open project in Android studio

Step 1:- Select ‘Import Project’ option and find your “Prokit” Project and then click on and wait for the Gradle completion.

Change ApplicationID

– Find build.Gradle file (‘prokit_jack_compose/app/build.gradle’) and click to open and change your applicationId

Change Application menu icon, background and app icon

– Open res folder inside open all drawable folder and all mipmap folder and replace your background images and icons here.

Change Application name

– Open app strings.xml file and change your ‘app_name’ here

Change app Font

Open font folder and change ttf file

Change color

Open color.xml file and change colors

How to Setup a New Project with Particular Module

Step 1 – Create a new Android project.
Step 2 – Select Empty Compose Activity and change package name same as your theme directory (you can see selected package in left side panel (com.iqonic.prokitjetpack)

Now, click finish and wait for the Gradle compeletes

Step 3 – Open Gradle file and copy all dependecies

Note: Gradle file location – app/build.gradle

Step 4 – Now, the forth step is to create folder (see theseleted portion from attached screenshot)
Step 5 – Open AndroidManifest.xml file and change theme property
Step 6 – Open AndroidManifest.xml file and change launch activity
Step 7 – Open AndroidManifest.xml file and copy all the listed activities
Step 9 – Create assets folder and copy both assets folder in that.

Now, run the project.

Leave a Comment

Share this Doc

Android App Configuration

Or copy link

CONTENTS