Reputation: 6606
I am using andengine in my android app.
I plan to use animation in my view along with some native widgets embedded in some view.
Is it possible to do it? Can anybody please provide any sample code?
Upvotes: 3
Views: 942
Reputation: 2790
Yes, you can place other Views above AndEngines RenderSurfaceView.
There is even a tutorial on it: http://www.andengine.org/forums/tutorials/adding-a-view-above-a-game-t498.html
Upvotes: 5