Floating banner on cocos2dx window.

Hi,

I’m building a little wrapper over startapp ad network. The problem is that his network shows banner based on a custom tag in an android layout.

I have seen cocos2dx activity has no layout (no call to setContentView). How can I make this banner show over cocos2dx ogl window? If I call setContentView the layouut covers all screen.

Thanks in advance.

Hi!,

Well finally I managed to solve my problem using just a the COcos2d GL View and using its FrameLayout capabitily to draw views in stack.

Hi,

I try to integrate Startapp ad into my game using cocos2dx.
Could you please instruct me how to do it ?