An android application to find nearby restaurants.
In this app, user can search for when user opens the application for the first time, he is asked to for Location Permission. Once permission is granted, MainActivity displays user’s current location. Here user can search for nearby cafes using search bar. On button click of search, with the help of Google Places API, nearby restaurants are fetched and markers are placed on the map. User can also navigate to the List of restaurants using tab layout second screen. Here user will be able to see the name, address and rating of the restaurants.