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 28, 2023AI-Assisted App Development
In the ever-evolving world of game development, artificial intelligence (AI) has emerged as a game-changer, opening up new possibilities and transforming the way games are designed and built. Today, we’re going to take you on an exciting journey where we create a thrilling zombie shooter game, not by writing complex lines of code or spending
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
May 25, 2023AI-Assisted App Development
If you have an Android app idea, chances are that you want to add a sign-in screen to authenticate users in your app. This goes great with the profile screen that we created in the last post here. If you were living in last years world then you would have to begin your long and
May 25, 2023AI-Assisted App Development
So you’ve got a killer app idea and you can already imagine it making waves in the Google Play store. Before you can start reaping the rewards that come with releases a successful app, you’ve got to create it first. Yikes! You realize this a can be a long and tedious task, but it doesn’t
May 25, 2023AI-Assisted App Development
I’ve made it my personal mission to set aspiring Android app developer on the path to success, so that they can experience the blessing of working for yourself fulltime and make money from Google Play. Imagine you have an amazing app idea and the first thing you want to do is create a Profile screen
