dkslayer3331 / neversitup-code-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neversitup code test

App Architecture

app architecture

The app is implemmented using MVVM and clean architecture best practices using the following libraries

  • Room - part of android jetpack released by google for persisting data locally
  • Retrofit - well known and widely used third party library for integrating with APIs
  • Coroutine - library for structured concurrency recommended by google for asynchronous programming
  • Moshi - a modern JSON parser library
  • Hilt - a library by google for dependency injection

About


Languages

Language:Kotlin 100.0%