How to show progress bar for game in andengine
I am developing game in andengine..here i need to show progress bar for time up of game.. is it possible to fix progressbar using andeng开发者_高级运维ine. i have searched but i got only for android.
Can anyone give me some articles and suggestion please..
AliHafizJi has posted some code on github. Below is a link to that:
https://github.com/aliHafizji/AndEngineHelperClasses
It has a 'Slider' and a 'Level Selector' in this code.
You may find it helpful for your requirement.
You may use RenderSurfaceView, where you'll be able to use basic android UI elements as well as specific methods from andEngine.
精彩评论