KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
01/23/14 06:07 AM (11 years ago)

Solved: About Adding Revmob Interstitial Ads to BT V3 Android App

Hi Guys, Can you please show me how to add Revmob Interstitial Ads to an Android BuzzTouch v3 app? I am having difficulties in adding it in the new core 3.0 since its having fragments instead of activities. I just joined Revmob. Thanks, Kennedy
 
KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
like
01/24/14 05:09 AM (11 years ago)
How I got it Solved: Once you've downloaded the android project, open it on eclipse. Then, follow these instructions to add the SDK: http://sdk.revmobmobileadnetwork.com/android#configuration Configure your app ID in the manifest file: http://sdk.revmobmobileadnetwork.com/android#session Finally, call the ad: RevMob revmob = RevMob.start(this); revmob.showFullscreen(this); revmob.showBanner(this); The 'this' is your activity, so you have to put this code in your activity class (the main class that extends Activity) to look like this: View thisScreensView = inflater.inflate(R.layout.your_app_bt_screen, container, false); revmob = RevMob.start(getActivity()); revmob.showFullscreen(getActivity()); Then you are done! Don't know if its the same process for adding Admob Interstitial Ads to Android BT v3 app. I will keep trying if I can get the Admob Integration solved.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
02/11/14 05:35 AM (11 years ago)
Bravo! Sorry you had to wade through all of this on your own. Great job on the outcome though, and thanks for making it easier for everyone to follow your steps! Cheers! -- Smug
 
KennedyE
Android Fan
Profile
Posts: 373
Reg: Dec 07, 2013
PH, Nigeria
3,730
like
02/11/14 01:34 PM (11 years ago)
Thanks @SmugWimp!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.