The source code for 2016's Devfest in JKUAT demonstrating how to intergrate various Google APIs with Android.
Featured Google APIs:
- Google Mobile Vision API:Let's you detect objects in images and video.
- Google Maps Android API
- Google Places
- Googel Directions API
- Google Material Design
- Firebase
Download the app from playstore here.
To get your API key and google-services.json,please follow this tutorial on how to intergrate google service with the sample using the gradle plugin.
Place your google-services.json in /app
folder and your API key in strings.xml
as described here
Please feel free to fork,change and create a pull request.