Top "Andengine" questions

AndEngine is a free 2D OpenGL game engine for the Android platform and includes the Box2D physics engine.

How to use Font and Text in andEngine?

That's how I tried to do it: fontTextureAtlas = new BitmapTextureAtlas(1024, 1024, TextureOptions.BILINEAR_PREMULTIPLYALPHA); font = FontFactory.createFromAsset(fontTextureAtlas,this,"times.ttf",45…

android andengine
How to run my game for different screen resolution using andengine

I am developing a game using andeninge. I fixed camera width and height private static final int CAMERA_WIDTH = 480; private …

android andengine
AndEngine background image

recently I started working on AndEngine. Hard to find up-to-date documentation / helping material in this regard. I am trying to …

android background-image andengine
Unable to add AndEngine to Android Studio

I am trying to almost 2 days to add AndEngine to Android Studio but unable to do so. I tried the …

android gradle android-studio andengine android-gradle-plugin
Top 5 scores from google leaderboard

My requirement is to get top 5 scores from leaderboard and display it in my app. There is a method loadTopScores …

android google-api andengine google-play-games leaderboard
How can i create a circle which has a number in?

I'm programming an Android game using AndEngine. I want to create a circle which has a number in, like in …

java android andengine
google play services not available due to error 2

I have two activities in my app and i am showing google AdMob banner ad in these activities. First activity …

android android-activity andengine google-play-services banner
How do I apply a force to a body in the direction it is traveling (Box2D)?

I'm using AndEngine/Box2d to develop a game. I have a ball that bounces around the screen. I've successfully …

android box2d andengine
Weird Exception when Livewallpaper is set in Android

04-24 13:30:59.312: VERBOSE/RenderScript(6044): RS Thread exited 04-24 13:30:59.320: ERROR/libEGL(6044): call to OpenGL ES API with no current context (logged once …

android game-engine live-wallpaper andengine
Add background to Andengine scene Android

I wanna set My Scene Background but I don't know how! I had read a lot about this, but I …

android background andengine scene