https://github.com/walles/barnalfabetet
Android app for kids to train letters
https://github.com/walles/barnalfabetet
Last synced: 12 months ago
JSON representation
Android app for kids to train letters
- Host: GitHub
- URL: https://github.com/walles/barnalfabetet
- Owner: walles
- Created: 2017-08-13T21:47:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T14:44:32.000Z (over 7 years ago)
- Last Synced: 2025-03-12T16:52:03.618Z (over 1 year ago)
- Language: Java
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Barnalfabetet is an app to teach children the letters of
the alphabet.
It says for example "K as in key" and presents the user
with three buttons, one marked "K" and two with other
letters. The user then presses "K" and gets rewarded, or
presses something else and gets asked to try again.
Note that the strings are in Swedish, just like my kids.
# TODO
* Have a pref for caps-only or both lowercase and uppercase
* Have a pref for serif vs sans-serif
## DONE
* When this view becomes visible, select a new letter and speak its phrase
* If the user presses the correct button, praise them and pick a new letter
* If the user presses the wrong button, prompt the user to try again
* Pick letters randomly
* Make the buttons and the letters in them as large as the screen permits