July 29, 2024AI-Assisted App Development
If you’re attempting to code up an Android app you may be tempted to do it the “old way” and use view based development. Especially if you already have some experience with doing it that way. Well, I am here to tell you that using Jetpack Compose can make your life a LOT easier. By
May 26, 2023AI-Assisted App Development
As we patiently wait for the new show on Netflix “Squid Game: The Challenge“, I decided to create a game inspired by the famous red light green light scene. This is a simple game written in Kotlin starting from a new empty project in Android Studio. In this post I’ll show you how to create
May 26, 2023AI-Assisted App Development
When learning to create Android apps it’s important to start small so that you understand all of the code and features that you implement. If your a new aspiring Android app developer you’ll want to start off with “Hello World” like projects. That’s okay and all but it isn’t very fun or exciting. That’s why
May 26, 2023AI-Assisted App Development
Remember the mobile game Fruit Ninja? It was so satisfying and fun to slice those little fruits to pieces using your finger. Such a simply concept would keep me entertained for hours, trying to beat the high score. According to TechCrunch it took the team at Halfbrick Studios a few months to make the original
