All Posts

  • Day 12 and 13 – Learning Android Development

    I decided to start with game development on android. I will use a free library called libgdx and follow a tutorial on making a little 2D game with it. libgdx is a java library that allows its users to create games on their desktop and then deploy it to Android. The author of the tutorial says that…

  • Day 11 – Learning Android Development

    The tutorials on game programming in java from TheNewBoston didn’t go as smooth as I thought. As a result I was only able to see the first 12 tutorials. Setting up a simple animation loop is very complex compared to the pygame library in python. This is why it’s probably better to make games in Java…

  • Day 10 – Learning Android Development

    Today I finished the video tutorials on beginner java programming from TheNewBoston. I didn’t pay attention to videos 60-78 and the last 4 videos because they were about JFrame (GUI development) and I already have XML to worry about for android so there’s no point seeing this subject right now. Here’s an overview of what I…