News

There's more than one way to make an Android game! In this post, I take a look at creating 2D sprite-based games with Java and Android Studio.
Essentially, you’re looking to deconstruct the game into its component parts and have Bard generate code for each. After receiving the initial batch of generated code, it’s crucial to adopt an ...
Maximizing code reuse in your Java programs means writing code that is easy to read, understand, and maintain. Here are eight ways to get started. Writing reusable code is a vital skill for every ...
Want to learn to code and write your first Java program? Here's a quick and fun Java programming tutorial that will have your running your first Java program in less than 10 minutes.