Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 721 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 721 Bytes

CodeFactor

BaseAndroidApp

Base Android app with MVVM Clean artitecture pattern.

Technologies

  • Fragments + XML
  • Koin
  • SafeArgs
  • Retrofit
  • MVVM
  • Kotlin Coroutines
  • Kotlin flows

Additional Info

There is some theme customizing features, like Night/Light theme, and MainViewModel with some coroutine work in app.

UPDATE 1

  • Added internet permission in manifest.
  • Added custom loader view. In BaseFragment.kt added methods showLoader() and hideLoader() which can show and hide loader when waiting for retrofit request response.
  • Added some useful extension.