"Mental Math" is a simple and clean Android app for mental arithmetic training. You can practice on your own or challenge friends to compete and improve your skills. The app is open source and respects your privacy. https://mental-math.codeberg.page/
Find a file
2026-02-25 01:20:30 +01:00
app - changelog and version 2026-02-25 01:20:30 +01:00
fastlane/metadata/android - changelog and version 2026-02-25 01:20:30 +01:00
gradle - supportsRtl to false and all string formatted in English to have a stable layout for the moment 2026-02-24 19:56:24 +01:00
.gitignore removed .idea from version control 2025-10-26 10:45:44 +01:00
build.gradle.kts Initial Commit 2025-04-15 21:30:56 +02:00
gradle.properties - added reminders 2026-01-25 19:31:37 +01:00
gradlew created new gradle wrapper 2025-10-26 18:08:53 +01:00
gradlew.bat created new gradle wrapper 2025-10-26 18:08:53 +01:00
LICENSE.md - changed license file as on website 2025-11-15 03:43:08 +01:00
PRIVACY_POLICY.md changed license text for every class to be conformed with the GNU Public License 2025-09-16 18:47:57 +02:00
README.md - improved several sections 2026-02-11 08:41:26 +01:00
settings.gradle.kts renamed from "My Application" to "Mental Math" 2025-09-14 18:11:46 +02:00

Mental Math Icon Mental Math

Main Screen

App Overview

"Mental Math" is a simple and clean Android app for mental arithmetic training. You can practice on your own or challenge friends to compete and improve your skills. The app is open source and respects your privacy.

Get it on F-Droid Get it on Google Play Get it on Codeberg

Features

Customizable Training

Select which arithmetic operations to include (+, −, ×, ÷). For each operation, choose from nine difficulty levels to customize your training precisely to your skill level.

Two Game Modes

• Task Mode lets you complete a fixed number of tasks (10, 20, 30, 40, or 50).
• Timed Mode challenges you to solve as many tasks as possible within a time limit (1, 2, 3, 4, or 5 minutes).

Challenge your Friends

You can share a game link to:
1. Replay a completed game with the exact same tasks to compare scores with friends.
2. Start a new game with preset settings for a fair and fresh challenge for everyone.

Difficulty Calculation

Task difficulty is determined using algorithms based on column addition, column subtraction, long multiplication, and long division, creating realistic and well-balanced exercises.

Detailed Results

After each game, view a detailed summary that includes your selected settings, your performance (accuracy, speed, and score), and a complete list of all your tasks and answers for review.

Personal Leaderboard

Your top 10 results are displayed separately for each combination of settings, allowing you to easily track your progress. You can also review detailed summaries of your top games at any time.

Game History

Explore the complete history of all your scored games. You can sort the list by time or numerically to find specific games. Anytime, you can revisit any match to view a detailed summary of its results.

Practice Reminders

Set up periodic reminders to support regular mental math practice. Notifications are sent in the evening (around 6 p.m.) and can be scheduled daily, every three days, or weekly.

Clean Design

A simple and minimalist app design with no unnecessary elements or distractions, designed to keep your focus fully on mental math training. Supports both light and dark modes.

Open Source, Private, Free & Ad-free

"Mental Math" is fully open source, free to use, and does not contain any ads. It also does not collect, store, or process any personal data, nor does it use trackers or third-party services.

Screenshots

Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen Main Screen

Certificate Verification

To verify the APK’s authenticity, compare the SHA-256 fingerprint of its signing certificate with the values below. A matching fingerprint confirms that the APK was signed with an official developer key.

  • FOSS Release:
    DE:19:7B:4C:F2:B8:58:80:E0:21:11:59:B6:0B:6E:3C:39:F9:6F:F0:68:68:AE:48:39:C4:2D:8A:4D:6F:3F:E5

  • Google Play Store Release:
    4D:C3:38:FD:7C:2D:9D:CB:8C:9F:B1:76:AB:90:D3:D3:E0:B1:97:AB:D5:21:EC:05:E5:BD:BB:D7:60:B8:21:AE

Build Instructions

Clone the repository and navigate to the project directory:

git clone https://codeberg.org/Mental-Math/MentalMath.git
cd MentalMath

Make sure you have the required Android SDK and JDK (Java 17) installed. The project uses multiple product flavors (dev, foss, and play). To build a specific version, use one of the following commands:

./gradlew assembleDevRelease
./gradlew assembleFossRelease
./gradlew assemblePlayRelease

For successful signing, configure the keys in your gradle.properties file (compare signingConfigs in build.gradle.kts). If no keys are provided, the build will be unsigned. Since the original signing keys are private, using your own keys will break the app links for sharing a game. To make them work, follow these steps:

  • Replace all instances of “mental-math.codeberg.page” relating to app links with your own domain.
  • On your website, create an assetlinks.json file and place it at https://<your-domain>/.well-known/assetlinks.json
  • Add the SHA-256 fingerprint of your key to the assetlinks.json like this:
{
  "relation": ["delegate_permission/common.handle_all_urls"],
  "target": {
    "namespace": "android_app",
    "package_name": "com.helddertierwelt.mentalmath",
    "sha256_cert_fingerprints": [
      "YOUR_SHA256_FINGERPRINT"
    ]
  }
}

License Information

Mental Math © 2026 HeldDerTierwelt
This project is licensed under the GNU General Public License Version 3 (GPLv3). The full license text can also be found in the LICENSE.md file.

Privacy Policy

Your privacy is important. Here are the key facts:

  • "Mental Math" does not collect, store, or process any personal data and does not use trackers, ads, or third-party services.
  • By default, no permissions are required. Only if you choose to set reminders will it request permission to send notifications.
  • Android may require a brief internet connection once to verify the domain used for the app’s game links. Apart from that, no internet connection is required.

Donation

If you enjoy this app, you can support me via Ko-fi. It means a lot to me ❤️.

Contact

Feel free to contact me for questions, feedback, issues or any other reason:

Alexander Goy
aka HeldDerTierwelt
[email protected]


Mental Math Icon