/schoolsList

Android - Single Screen App - Displaying school list

Primary LanguageKotlin

Schools List App. Android CI Unit Tests

This app will display list of school details.

*Unit Tests Not Available.

App built on following:

  • MVVM Architecture
  • Kotlin
  • Hilt
  • Retrofit
  • Coroutines
  • Flow

Package Structure

  • domain: It contains all the data accessing and manipulating components.
  • di: It contains all the dependency injection related classes and interfaces.
  • ui: View classes along with their corresponding ViewModel.
  • utils: Utility classes.