vitabu

📚 Android application for reading storybooks and expanding word vocabulary.

MIT License

Stars
3
Committers
7

Vitabu 📚

Android application for reading storybooks and expanding word vocabulary.

Corresponding EGRA skill: FAMILIAR_WORD_READING

Children’s reading skills are often assessed using reading lists of unrelated words. This allows for a purer measure of word recognition and decoding skills than does reading connected text, as children are unable to guess the next word from the context when reading lists of unrelated words. For this assessment, familiar words are high-frequency words selected from first-, second-, and third-grade reading materials and storybooks in the language and context.

Installation

[!IMPORTANT] Note: This app depends on the elimu.ai Content Provider to be installed.

Development 👩🏽‍💻

Compile APK:

./gradlew clean build

Install APK:

adb install app/build/outputs/apk/debug/ai.elimu.vitabu-<versionCode>-debug.apk

Perform a release:

./gradlew releaseClean
./gradlew releasePrepare -PbumpType=patch
./gradlew releasePerform

Related Projects