Android Apps

January 15, 2023

AndroidJavaGamesMobile

Android Apps

I have made a few Android apps in the past, mostly as learning projects while I was getting the hang of Java and Android Studio. These apps are pretty basic and not maintained anymore, but they were fun to build.

Black Tiles

Black Tiles app icon

Black Tiles

Black Tiles is my take on the classic "Piano Tiles" arcade game. The goal is simple: touch only the black tiles to finish the game—don't touch the white ones! It was a fun exercise in UI and touch handling, even if it's not the most polished game out there.

Screenshots:

Black Tiles gameplay showing black and white tiles
Black Tiles menu screen

Download on Play Store Source Code


Car Rush

Car Rush app icon

Car Rush

Car Rush is a shooting game where you navigate and shoot incoming cars. It's simple, fast-paced, and was my playground for learning about game loops and collision detection.

Screenshots:

Car Rush gameplay showing cars and shooting mechanics
Car Rush game in action with multiple vehicles

Download on Play Store Source Code


Simply-A-Calculator

Calculator app icon

Simply-A-Calculator

This is a basic calculator app—no ads, no popups, just simple arithmetic. It was my first attempt at building something actually useful, and I learned a lot about layouts and input validation.

Screenshots:

Calculator app interface showing number pad and display
Calculator app performing a calculation

Download on Play Store Source Code


Tic Tac Toe

Tic Tac Toe app icon

Tic Tac Toe

A simple implementation of the classic game. It's not fancy, but it works, and it was a great way to learn about game state and UI updates.

Screenshots:

Tic Tac Toe game board with X and O marks
Tic Tac Toe game showing winning condition

Download on Play Store Source Code


TrashBin (Cross-Platform)

TrashBin app icon

TrashBin

TrashBin is a social media app for anonymous thoughts. Built with React Native and Firebase, it was my first cross-platform project. It's not maintained anymore, but it was a big step in learning about authentication and cloud databases.

Download on Play Store


Note: All these apps are no longer maintained and are mostly here for nostalgia and learning's sake. If you want to see the code, most are open source on my GitHub.

the end