Skip to content

ErayAgdogan/Dictionary

Repository files navigation

Dictionary

Jetpack Compose dictionary app using free dictionary API as API and can cache data for offline use.

Preview

preview.webm

Tech Stacks/ Libraries

  1. Jetpack Compose
  2. Material 3
  3. Multi-Module
  4. Retrofit 2
  5. Room
  6. Datastore
  7. Paging 3
  8. Hilt
  9. Viewmodel

TODO List

  • Testing: My knowledge about testing is very limited. I am planning to learn more about testing on android and implement it on this project.
  • Support Multiple Screens
  • Code Documentation