This repo is just a series of little Android apps I'm using to re-learn the Android platform and see what's new with Android Studio. I am live-coding these and sharing in case someone else finds them interesting, or even just useful templates for their own work.
- Roleplaying Dice - Calculator-like tool for gamers to roll various kinds of dice
- Custom List Example - Learning to use custom layouts and display images (of Cthulhu)
- SQLite Demo - Learning to use Android's built-in SQLite DB tooling
- Tic-Tac-Toe - A simple Tic-Tac-Toe game
- Native C++ App - A simple example of including C++ code in an Android App.
- Chess Cheater - A trap app to punish people who cheat at chess online.
Here's the stack I am using for this repo:
Ubuntu 18.04 (64-bit)
Android Studio 4.0.1
Java v11.0.8
Gradle v6.1.1