=====================================================
- This app is simple to search the nearby and opened restaurant.
- The show order of restaurants is by rating and the restaurant is within 500m of the user.
- Android SDK v24
- Latest Android Build Tools
- Android Support Repository
This app uses the Gradle build system.
- Download the samples by cloning this repository.
- In Android Studio, create a new project and choose the "Import Project" option.
- Select the
SearchRestaurant
directory that you downloaded with this repository. - If prompted for a gradle configuration, accept the default settings. Alternatively use the "gradlew build" command to build the project directly.
- Add your API key to your app's
gradle.properties
file. (For information on getting an API key, see the documentation.)
Please refer to the LICENSE at the root of this repo.