This repo demonstrate the use of the Google Places SDK for Android with custom auto complete adapter.
For simple Google Places SDK follow this link.
To get started, your app needs to meet two requirements:
- Enable google places sdk in Google Console
- Minimun Android SDK of 16 or higher
Add a dependency for the new SDK client library to your app-level build.gradle:
implementation 'com.google.android.libraries.places:places:2.5.0'