This Post covers the Topic of “Change Redeem Titles and Value of Amount” for POCKET – Android Rewards App.
Requirements :
- POCKET App Source Code From Here
What For :
After Completion of this Post, You will get ,
- Changing Icons on POCKET – App
- Changing Titles on POCKET – App
- Change Description on POCKET – App
- Changing value of Points to Redeem and grant Required Amount to the app Users
You can see Online-Documentation Here
Already Downloaded POCKET, Alright then, lets dive in..,
Changing Titles on POCKET – App :
Edit Config.java file and Add/Change the Titles of your need on Redeem Activity Array (payout_titles) For display of Titles..
Changing Icons on POCKET – App :
Edit Config.java file and Add/Change the Icons of your need on Redeem Activity Array (payout_images) For display of icons..
Changing Description on POCKET – App :
Edit Config.java file and Add/Change the Description of your need on Redeem Activity Array (payout_description) For display of Descriptions..
Changing Points to Redeem and grant Required Amount to the app Users on Redeem Activity :
Edit RedeemActivity.java file and Edit or Add the following method..
// Redeem(Gift_Name, Points_To_Redeem, Gift_Amount, Gift_Message);
Redeem(“Paypal”, 1000, “$1 USD”, “Enter your Paypal Email :”);
See the image Below..,
to your case in RedeemActivity.java file.. ie., Like this..
case 6:
Redeem(“Paypal”, 5000, “$5 USD”, “Enter your Paypal Email :”);
break;
case 6:
Redeem(“Paypal”, 5000, “$5 USD”, “Enter your Paypal Email :”);
break;
Note : Here,,
Case 0: First item on payout_titles Array
Case 1: Second item on payout_titles Array
Case 2: Third item on payout_titles Arrray
.
.
. Like This..,
Simply Upload the app to PlayStore and Start Earning!
Happy Earning !!
Happy Money !!
Happy Money !!
No comments:
Post a Comment