https://github.com/john-science/letslearnandroid
Refresh on Android by building some simple little (fun) apps.
https://github.com/john-science/letslearnandroid
android android-application android-studio education java
Last synced: 29 days ago
JSON representation
Refresh on Android by building some simple little (fun) apps.
- Host: GitHub
- URL: https://github.com/john-science/letslearnandroid
- Owner: john-science
- License: gpl-3.0
- Created: 2020-10-04T15:20:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T13:51:12.000Z (over 4 years ago)
- Last Synced: 2025-01-19T10:41:58.610Z (about 1 year ago)
- Topics: android, android-application, android-studio, education, java
- Language: Java
- Homepage:
- Size: 15.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's Learn Android
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.
## Apps
1. [Roleplaying Dice](RoleplayingDice/) - Calculator-like tool for gamers to roll various kinds of dice
2. [Custom List Example](CustomListExample/) - Learning to use custom layouts and display images (of Cthulhu)
3. [SQLite Demo](SQLiteDemo/) - Learning to use Android's built-in SQLite DB tooling
4. [Tic-Tac-Toe](TicTacToe/) - A simple Tic-Tac-Toe game
5. [Native C++ App](NativeCPPApp/) - A simple example of including C++ code in an Android App.
6. [Chess Cheater](ChessCheater/) - A trap app to punish people who cheat at chess online.
## The Stack
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