The Numbers TTS List App is a simple Android application that displays a list of numbers from 0 to 1000 and allows the user to hear the numbers pronounced using Text-to-Speech (TTS) technology.
- Displays a list of numbers from 0 to 1000.
- Each number in the list can be pronounced using Text-to-Speech.
- Built using the MVVM (Model-View-ViewModel) architecture for separation of concerns and maintainability.
- Utilizes Android Architecture Components such as ViewModel and LiveData. 🏗️
- Implements ViewBinding for efficient view access and null safety. 🔗
- Uses the RuleBasedNumberFormat library for number-to-words conversion.
- MVVM (Model-View-ViewModel) architecture
- ViewBinding
- Kotlin programming language
- Android Architecture Components: ViewModel and LiveData
- [RuleBasedNumberFormat] (https://github.com/icu4j/icu) library for number-to-words conversion
For any questions or inquiries, feel free to reach out to [email protected].