Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.06 KB

File metadata and controls

40 lines (30 loc) · 2.06 KB

InstrumentationSensors

Android Build kotlin MVVM coroutines Dagger Hilt

This is an MVVM android app that fetches data (Instrumentation Sensors) from a REST API Sensors REST and caches it locally using Room persistence library.

Features

  • Room persistence library for caching
  • Clean Architecture with MVVM
  • Dagger Hilt
  • Retrofit2
  • Flow
  • Pagination with Paging 3.0

Features Updated (08-04-2022)

  • Single Activity and Fragments used with navigation component.
  • HTTP POST & PUT request updated with MultipartFile.

Prerequisite

To build this project, you require:

  • Android Studio 4.0 or above
  • Gradle 7.0.2

Libraries

Screenshots

Author

Ikechi Ucheagwu