Skip to content

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

Notifications You must be signed in to change notification settings

blueberry404/location-list-dagger

Repository files navigation

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.