Tutorial Reskin Application Android Call Recorder & Capture
Tutorial Reskin Application Android Call Recorder & Capture
Table of Contents
- How To Import The Project Intro Android Studio
- Manifest Structure
- How To Change AdMob Publisher ID
- Class Structure
- How To Reskin The App
Manifest Structure
The app was developed by Android Studio, please see the structure of Builde Gradle and Android Manifest
1. Build Gradle using 2 *.jar file (library)
If you want to upload to Play Store please change the applicationId
2. Manifest with MainActivity is the first launcher
Please keep all the permission to the Application run well !
1. Build Gradle using 2 *.jar file (library)
If you want to upload to Play Store please change the applicationId
2. Manifest with MainActivity is the first launcher
Please keep all the permission to the Application run well !
Class Structure
This is Main Class Structure
1. MainActivity is the first launch activity and start Call Recorder
2. RecordActivity is a activity, it handle playing a record
3. RecordService is a Android Service, it handle recording a call
2. RecordActivity is a activity, it handle playing a record
3. RecordService is a Android Service, it handle recording a call
Change Admob ID
Go to res/values/string.xml and replace id with your Admob id
Change Skin of Apps
How to change Skin1.Go to res/drawable find & change image that you want
2.Go to res/layout/ find and change layout of app screen
Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the app on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Post a Comment for "Tutorial Reskin Application Android Call Recorder & Capture"