-
Android Games
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 » -
Android Games
Android Game Development – Moving Images on Screen
In the previous post we’ve displayed an image and implemented a very simple drag functionality. Things we should know by…
Read More » -
Android Games
Android Game Development – Displaying Images with Android
Before moving to the actual game loop let’s display some graphics so we can get some measurements done. If you…
Read More » -
Android Games
Android Game Development – A Basic Game Loop
Following the series so far you we have an understanding of the game architecture. Even if just briefly but we…
Read More » -
Android Games
Android Game Development – A Basic Game Architecture
So we got our Android application up and running but you might be wondering what type of application is exactly…
Read More » -
Android Games
Android Game Development – Create The Project
Now that we have our idea let’s get the environment up and start coding. To install Android follow the steps…
Read More » -
Android Games
Android Game Development – The Game Idea
Coming up with an idea for the game This is the hardest part. Because I am just one guy having…
Read More »