To start with the project you have to perform some simple tasks.
Each step is explained in detail given below.
To import the code into your Android Studio do the following steps after opening eclipse
Before change -
<string name="Admob_Banner">ca-app-pub-3940256099942544/6300978111</string>
After change -
<string name="Admob_Banner">Your banner ID</string>
In this app interstitial ads are shown when user press "Covert Button" in currency converter tab.
GO to res----->values----->strings.xml file and look for the Admob_Interstitial string.
Before change -
<string name="Admob_Interstitial">ca-app-pub-3940256099942544/1033173712</string>
After change -
<string name="interstitial_interval">Your Admob Interstitial</string>
The other two values are the hints that user will recieve on video viewing or on sharing. Feel free to change them as you desire.
Currencylayer provides live stock currency rate of everything countries. It Gives 1000 free hit per month for free.
What you have to do.
Replace Currencylayer access key in source code.
Before change -
<string name="Currencylayer_Key">9a9a5b4b959847bf7d90d149dc477ba9</string>
After change -
<string name="Currencylayer_Key">Your API ACCESS KEY</string>
To change the colors of Top bar, Tab bars and text present in the app go to res----->values----->colors.xml file.
There you will see lines like these
<color name="green">#5bbc2f</color>
After modification -
<color name="green">Your modified color</color>
To change the Google Play Developer Name to res----->values----->Strings.xml file.
Before modification -
<string name="playstore_developer_name">Abcs101</string>
After change -
<string name="playstore_developer_name">You Google Ply Store developer name here</string>
To change graphic images migrate to folder res. Here you will see folders like.
drawable-mdpi
drawable-ldpi
drawable-hdpi
drawable-xhdpi
drawable-xxhdpi
drawable-large-hdpi
drabwale-xlarge-mdpi
Thes folders contain graphics that are used in the app for different types of devices Just change the images to your images and DO NOT RENAME YOUR NEW IMAGE TO A DIFFERENT NAME.
Eg - if your are changing an image ic_launcher.png then replace it with another image with the name as ic_launcher.png