Post Page Advertisement [Top]

Changing the App Intro’s on Pocket – Android Rewards App


To change the App Intro’s image or text, just follow 2 quick steps!
  1. open IntroActivity.java (Android Project) file and find the below code :
Each line is one slide,,
to add another slide, add this line :
​addSlide(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 background color of the App Intro
and that’s it !
Note : if you got error on color?? add this import to the file
import android.graphics.Color;
Enjoy Easy Money!!
Happy Money!!

No comments:

Post a Comment

Bottom Ad [Post Page]

| Designed by Colorlib