Skip to content

Releases: Bhavyansh03-tech/Dictionary_app

Dictionary App v1.0.0 - Initial Release

14 Aug 05:06
27b0b05
Compare
Choose a tag to compare

Dictionary App v1.0.0

This is the initial release of the Dictionary App. It allows users to search for words and view their definitions, phonetics, and usage examples. The app is built using Kotlin, Jetpack Compose, and modern Android libraries.

Features:

  • Search for words and view definitions and phonetics.
  • Display phonetic representations of words.
  • Show meanings and examples of words.

Technical Details:

  • UI Framework: Jetpack Compose
  • Architecture: MVVM with Dagger-Hilt for dependency injection
  • Networking: Retrofit and OkHttp
  • Asynchronous Programming: Kotlin Coroutines