Swahili app is an app that teaches a user some simple words and phrases in Swahili language together with their English translations. The words include numbers 1-10, family members, common colors and common phrases. Once each word item is clicked, the Swahili pronounciation of the word is played
I drew inspiration for this project from the Android Basics courses from Udacity's free course catalog. In the udacity course, the tutors were developing an app for a language called Miwok. I used the training from this app to adapt the functionality of the Miwok App into the Swahili App
I wrote the code on Android Studio using: - XML - Java
- One root view with 4 tabs (colors, family, numbers, phrases)
- Swahili translation of a word
- English translation of a word
- Swahili pronounciation of a word
- Download zip of project
- Open Android Studio
- Install either on phone by USB or run on virtual android device on computer
Android Basics: User Interface by Udacity