/FreeNowTask

Simple Vehicle mapping

Primary LanguageKotlin

Vehicles Location Task

A Simple 2 Screen Vehicles Locating App written as part of a Tech Task and shows the usage of new Android App Architecture techniques. First Screen show a list of all vehicles around hamburg city, when a vehicle is selected a new screen is shown depicting selected vehicle on the map.

  • Uses:
    Google maps AP( You should add your own API key in local.properties file when building from src )
    Kotlin Coroutines
    Android Architecture comoponents.
    Retrofit for Networking.
    Hilt for DI .
    MVVM + Clean Architecture.