Skip to content

Simple Cars App which shows the Cars on Map and on List

Notifications You must be signed in to change notification settings

zaunabbas/CarsApp

Repository files navigation

Cars App

A simple Cars app shows available cars on map and list with modern Android tech-stacks and MVVM architecture. Fetching data from the network and the data via repository pattern.

Download

Go to the Download Link to download the latest APK.

Screenshots

Tech stack & Open-source libraries

  • Minimum SDK level 23
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • Hilt for dependency injection.
  • JetPack
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
  • Architecture
    • MVVM Architecture (View - ViewModel - Model)
    • Repository pattern
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.

About

Simple Cars App which shows the Cars on Map and on List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages