No description
  • Java 94.2%
  • Rust 5.2%
  • Shell 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-06 14:04:50 +02:00
.github/workflows CI: Use latest Ubuntu 26.04 runner 2026-07-06 14:04:50 +02:00
bin CoinList: Rewrite app with React library 2026-04-06 16:04:22 +02:00
lib Fetch: Use newCachedThreadPool for better performance 2026-04-06 16:05:01 +02:00
.clang-format General: Reformat all Java code with clang-format and check in CI 2025-09-01 12:25:33 +02:00
.editorconfig CI: Add basic check CI 2025-05-21 00:19:56 +02:00
.gitattributes General: Add .gitattributes file 2025-05-20 23:55:00 +02:00
.gitignore NOS: Use RSS feed directly and not middleware api 2025-11-07 18:48:10 +01:00
LICENSE General: Update copyright year to 2026 2026-03-01 11:10:42 +01:00
meta.sh Clean up meta.sh a bit 2025-10-31 08:25:39 +01:00
README.md General: Update README.md to specify Java 17 is needed 2026-05-21 12:57:49 +02:00

Bassie's Android Apps

A collection of various Android apps that I created for myself and others

Android Apps

BassieMusic icon
BassieMusic
BassieTest icon
BassieTest
Bible icon
Bible
CoinList icon
CoinList
DrankCounter icon
DrankCounter
HackerNews icon
HackerNews
NOS icon
NOS
RedSquare icon
RedSquare
RFID Viewer icon
RFID Viewer
Tweakers icon
Tweakers
  • BassieMusic A simple Android app to listen to local music!
  • BassieTest An example test app for the bob build tool and a sandbox for some ideas
  • Bible An offline Android Bible app containing multiple bible translations
  • CoinList A cryptocurrency information app similar to the coinlist website
  • DrankCounter A basic alcohol tracker app with home screen widget
  • HackerNews A simple HackerNews webview app because installed PWA's suck sadly
  • NOS A simple sync-once NOS feed reader app
  • ReactTest A test app for the React library
  • RedSquare A port of the RedSquare game to Android
  • RFID Viewer A Mifare Classic / RFID card viewer / writer app
  • Tweakers A simple Tweakers webview app because installed PWA's suck sadly

Android Libraries

  • Alerts A rating and update alert library
  • Compat Wrappers around deprecated/changed Android API's
  • Fetch Some utils to fetch data and image from the internet
  • React A Jetpack Compose, Litho inspired declarative Android view component library

Getting Started

  • Install Java JDK 17
  • Install Android SDK with cmdline-tools, platform-tools, build-tools:36 and platforms:android-36 and set $ANDROID_HOME env var
  • Install a Rust toolchain
  • Install bob
    cargo install --git https://github.com/bplaat/crates bob
    
  • Run ./meta.sh check

License

Copyright © 2018-2026 Bastiaan van der Plaat

Licensed under the MIT license.