FairMoney Submission

This app is a simple application that retrieves a list of users from the Dummy API

Built With 🛠

  • Android Studio 4.1.1+

  • Kotlin

  • Coroutines

  • Flow

  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.

    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Room - SQLite object mapping library.
    • Navigation - Android Navigation Component
    • ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  • Dependency Injection -

    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.

Architecture

How to make use of the app

  • Create an account on Dummy API to get an api key.
  • Clone this repo.
  • This app requires a minimum sdk of 21

Created by Okonji Emmanuel