Android
-

Android Tutorial: Gestures in your app
Gestures in mobile apps are pretty common place these days. Almost anyone with smart phone experience knows that pinching will…
Read More » -

Android Game Development – Using Bitmap Fonts
Android is an OS running on many types of devices with different screen sizes. Because of that it is pretty…
Read More » -

Android: Gallery View without Pictures
Android’s Gallery View is one of the first widgets Android created. It’s so old now that some people even find…
Read More » -

Android Game Development – Design In-game Entities – The Strategy Pattern
In this part I will try to explain what I understand on good game design elements. I will use droids…
Read More » -

Android Game Development – Particle Explosion
Ever wondered how explosions are created? Let’s take a little detour and try to implement a basic particle explosion. An…
Read More » -

Android Interview Questions and Answers
Last updated Jan. 4, 2019 Our Android interview questions and answers collection is all about different types of questions that…
Read More » -

Android Game Development – Sprite Animation
If you followed the series so far we are pretty knowledgable in handling touches, displaying images and moving them around.…
Read More » -

Android Game Development – Measuring FPS
In the previous entry we have created a game loop that runs at a constant speed and constant (more or…
Read More » -

Android Game Development – The Game Loop
The game loop is the heartbeat of every game. We used a very rudimentary one so far (you can find…
Read More »
