Skip to content

AhsanMunir/Google-Places-SDK-for-Android

Repository files navigation

Google Places SDK for Android

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.

Get Started

To get started, your app needs to meet two requirements:

  • Enable google places sdk in Google Console
  • Minimun Android SDK of 16 or higher

Dependencies used

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'

Screen Shoots