/Testomania

In practice more knowledge comes

Primary LanguageKotlinCreative Commons Zero v1.0 UniversalCC0-1.0

Testomania

  • ๐Ÿ˜Ž This App's main purpose is to demonstrate code excellence for android with clean architecture and modern latest libraries and components. On the other hand, this App is useful to kill time while learning new things. App's code is open source and everyone can contribute, add his own category, fix bugs, or add features.

  • ๐Ÿ’ก Our ideology is that all the controls should be as below as possible in the thumb-reaching range space and all the information should be on the upper side of the screen, to avoid hand shifting while using the App, so this will explain our UI decisions :D and we will try to follow this ideology as much as possible.

  • Enjoy and have fun ๐Ÿค˜

    Download from Google Play

๐Ÿ‘ฉโ€๐Ÿ’ป Language:

  • Kotlin

๐Ÿ— architecture:

  • Clean package based
  • MVVM
  • Single Activity

๐Ÿ–ผ๏ธ UI

๐Ÿ”ช DI

  • Hilt

โœ… Testing

  • Unit Test (MockK)
  • Instrumentation (Robolectric)
  • UI Test (Espresso)

๐Ÿ’ฝ Database

  • DataStore
  • Room DB

๐Ÿ‘๏ธ Observable

  • StateFlow
  • SharedFlow
  • Flow
  • Jetpack Compose states

๐Ÿงต Multithreading

  • Coroutines

๐ŸŒ Networking

  • Retrofit
  • Moshi as Json convertor
  • Coil to download images

โš™๏ธ Tools

  • LeakCanary