Go to file
Jonas Lochmann 28a161bbb9
Release 2.1
2022-05-16 02:00:00 +02:00
app Release 2.1 2022-05-16 02:00:00 +02:00
art Initial commit 2020-02-17 01:00:00 +01:00
gradle/wrapper Update buildtools and dependencies 2022-05-09 02:00:00 +02:00
.gitignore Initial commit 2020-02-17 01:00:00 +01:00
LICENSE.txt Initial commit 2020-02-17 01:00:00 +01:00
Readme.md Add F-Droid link to the Readme 2020-08-10 02:00:00 +02:00
build.gradle Remove unused dependencies 2022-05-09 02:00:00 +02:00
gradle.properties Add MaxMetaspaceSize to gradle.properties 2022-02-14 01:00:00 +01:00
gradlew make gradlew executable 2022-05-20 20:05:46 +09:00
gradlew.bat Initial commit 2020-02-17 01:00:00 +01:00
settings.gradle Initial commit 2020-02-17 01:00:00 +01:00

Readme.md

Rechnen-Android

(Rechnen = german for calculating)

This is a simple, but configurable mental calculation trainer.

Download: https://f-droid.org/en/packages/com.rechnen.app/

Screenshots

Screenshot of training itself

Screenshot of a part of the configuration screen

History

old config screen old training screen

  • originally a dark themed App from the age of Android 4
  • for this version, nearly everything of it was rewritten
    • new UI (most changes were made at the config screen)
    • Kotlin instead of Java
    • training logic separated from the UI
    • Room as database abstraction instead of using sqlite directly
    • object serialization using JSON instead of a custom format

License

GPL-3.0-only