Baby dots is a sensory Android app designed to calm and relax young babies.
Anecdotally, these helped our little baby smile since four months old, no matter how upset she may have been.
Baby Dots is an open source, GPLv3 application. It will always be freely available via F-Droid, or for anyone to build, fork, or improve via the source code.
If you wish to support the development financially, you can do so via:
- Liberapay
- GitHub sponsors
- Google Play - The version on Google Play is the exact same version as F-Droid (i.e. the .apk built and signed by F-Droid). However, it is available for a minimal price to facilitate donations to support development.
Please report any issues or suggest features on the issue tracker.
We use Weblate to manage translations. Please see these instructions for using Weblate to translate BabyDots.
Android app | F-Droid metadata |
---|---|
Pull requests will be warmly received at https://github.com/babydots/babydots.
This app uses a typical gradle
folder structure and is written in Kotlin.
- To build (a debug version):
gradle assembleDebug
Alternatively, you can import the project into Android Studio and build from there.