A baby game for Android
Have a baby curious about shiny tablets and phones? Use this app as a baby-game and, more importantly, to prevent random taps of a baby from doing anything you may not want.
This app will show a small piano a baby can use to explore sounds in a mobile device. At the same time, it will block any naive attempts at closing the app. The back, home and apps-menu buttons will be blocked, and Android's top menu won't be available. This ensures a baby can't accidentally close the game, preventing any actions on the device you may not want.
Grown ups can unlock the app by touching the settings icon with one finger, then holding the second setting icon with another finger.
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 Pianoli.
Android app | F-Droid metadata |
---|---|
Pull requests will be warmly received at https://github.com/nicolasbrailo/PianOli.
Contributions to sound packs would be especially welcome. If you know of sound packs with an open source license, or are able to create your own freely licensed sounds, they would be warmly received.
Check out the app/src/main/assets/sounds
directory to see how to add new sounds.
This app uses a typical gradle
folder structure. To build (a debug version) run: gradle assembleDebug
Alternatively, you can import the project into Android Studio and build/run tests from there.