News

Impress your friends by building a fully working Flappy Bird clone in Android Studio! This article shows you how and builds off part one on how to create a 2D game for Android.
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.
Android Studio’s Build menu lets you perform several build tasks. For example, you could use the Generate Signed Bundle / APK menu item to build a signed app bundle or APK. Running your Android app ...