I am developing an android application in which I have to show a full screen ad using mobclix. I have followed the mobclix site for devlopers. I can show the ad also.
But the real problem is it does not have any cancel option ( so that i can load the next level of the app). Even I cant add the cancel option using layout xml as the MobClixFullScreenView is itself not a view so I cant add this to any other Custom view and it also covers the full screen.
Now I am not getting any clue on how to cancel this fullScreen ad , once it is loaded successfully.
Any idea or help on this will be highly appreciated.
Thanks.