App Intro’s Configuration
Changing the App Intro’s on CashBee – Android Rewards App
To change the App Intro’s image or text, just follow 2 quick steps!
- open IntroActivity.java (Android Project) file and find the below code :
Each line is one slide,,
to add another slide, add this line :
add slide(AppIntroFragment.newInstance(“YOUR_TITLE”, “YOUR_DESCRIPTION”, R.drawable.YOUR_IMAGE, Color.parseColor(“#3F51B5”)));
here,,,
YOUR_TITLE is your main title on the top
YOUR_DESCRIPTION – is your below text
YOUR_IMAGE – image name located on res->drawable folder
3F51B5 – is the background color of the App Intro
and that’s it!
Note: if you got an error on color?? add this import to the file
import android.graphics.Color;
Enjoy Easy Money!!
Happy Money!!




Comments
Post a Comment