Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 549 Bytes

NearByApp

usning MVVM , RxJAVA , Android Architecture Components , LiveData

Description

App uses Foursquare API to display information about nearby places around user using user’s current location specified by Latitude and Longitude App has two operational modes, “Realtime" and “Single Update”. “Realtime” allows app to always display to the user the current near by places based on his location, data should be seamlessly updated if user moved by 500 m from the location of last retrieved places.

TODO Used Room For Offline View