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

