INSTALLATION :
1. Extract the android package.
2. Open the Confession package in Android Studio and wait till the
gradle build successfully.
3. On the project explorer window of Android studio, find and edit the
following files
a.Gradle Scripts/build.gradle (Module: app)
1. applicationId com.sarahahclone.appdupe -> change this to
your apps Bundle ID
b.app/java/com.confession.app/Helper/URLHelper.java file
1.Public static final String base = "http://demo.sarahahclone.com
";-> Change this to your apps base URL.
4. app/res/values/strings.xml
i.<string name="app_name">Confession</string> -> Change this to
your Application Name
5.Change the splash screen and icon for your own brand.
6.Open the project folder from the PC and follow the below
mentioned path:
Confession->app->src->main->res
7. You will find mipmap folders in the different resolution names,
you must save the icons and splash screens in these folders according
to the device size.
8. You will find drawable folders in the different resolution names, you
must save the icons and splash screens in these folders too according to the
device size.
9.Now hit on the run button the application will run successfully in the
virtual device.
10.If you are planning to upload the app in the Play Store, you must generate
the build. To do so, click on Build in Android Studio, choose Generate
Signed APK from the drop down. Now, click on create new and hit Next
to proceed.
11.Choose the path to the ******** where you want to save the key, give a
folder name for the key and click OK. Enter the information in the fields
and click on Finish.