Archive for andengine

Note a solution about embed the ads above the andengine game

"How to embed the ads above the game " is my topic in andengine forums, I just copy to here for note the problem's solution. Goto the topic in the forums:http://www.andengine.org/forums/development/how-to-embed-the-ads-above-the-game-t1483.html

Q.how to add a ads above game, and how to control the ads's visibility?(I want to show the ads when game over and hide the ads when the game running, Just like Farm tower )

A.

I solved some problem with the admob's ads, now I just note these problem for someone may need.



1.If you just use the setVisibility() to invisible a ads, the ads will be disappear and the space where the ads was taken will be unclickable(untapable). then you need the setEnabled() to hide the ads completely. code is :



Read more