• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps implementing singleton ads in andengine android game

Hi,


I have developed a game using andengine now i want to implement SINGLETON ads using FRAGMENTS.
It gives me an error because the SingletonAd class extends FragmentActivity and my GameClass extends BaseGameActivity.

Can anyone tell What should i do ?

One way i can think of is combine all three activities of fragment, andengine and singleton but it will become too complex


Plssssssssss help
 
Im no andengine expert, but it sounds like youll want to use the SingletonAds class as your Activity and then turn your current Activity into a Fragment and attach it to the SingletonAds Activity.
 
Back
Top Bottom