Android
-
Android Game Postmortem – ArkDroid Development
Hello guys, As you might have noticed, we have recently delved into the world of mobile game programming. This was…
Read More » -
Android Drag and Drop Tutorial
This post is going to cover implementing Drag and Drop in an Android application. (I am currently using version 4.0…
Read More » -
Android Game Development – Design In-game Entities – The State Pattern
In this part I will try to explain how to design easily extensible and maintainable game elements that control their…
Read More » -
Android Game Development – OpenGL Texture Mapping
In the previous two articles (article 1 and article 2) I have tried to introduce OpenGL ES on android. Now…
Read More » -
Android Game Development – Displaying Graphical Elements (Primitives) with OpenGL ES
This is part 2 of the android OpenGL ES series. In the previous article we looked at how to set…
Read More » -
Android Game Development – Switching from Canvas to OpenGL ES
It is about time we delve into the graphical capabilities of the Android platform. Android supports the OpenGL ES API.…
Read More » -
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 »