Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 435 Bytes

location-list-dagger

Android app made using Kotlin, RxJava2, MVP, Dagger 2.24 and Navigation Graph

Locations List

First screen makes an API call and displays locations list after checking if they are in bounds of a city.

Locations in Map Bounds

On an item click in first screen, locations that lie in the bound of the map are displayed to user.