rozeridilar / android-places-demos

Google Places SDK Demos for Android

Home Page:https://developers.google.com/places/android-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Places SDK for Android Demos

GitHub contributors Apache-2.0

This repo contains the following apps that demonstrate use of the Google Places SDK for Android:

  1. demo-kotlin or demo-java: Demo app for the static Places SDK.
  2. compat: Demo app for the old Google Play Services version of the Places SDK, using the new compatibility library.

Note that each folder contains a distinct sample and must be imported separately.

Getting Started

These demos uses the Gradle build system.

First download the demos by cloning this repository or downloading an archived snapshot. (See the options on the right hand side.)

In Android Studio, use the "Open an existing Android Studio project", and select one of the demo directories (demo-kotlin, demo-java, or compat).

Alternatively use the ./gradlew build command to build the project directly.

Don't forget to add your API key to the gradle.properties file for each demo.

Support

If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-places-demos/issues

Patches are encouraged, and may be submitted according to the instructions in CONTRIBUTING.md.

License

Copyright 2019 Google, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Google Places SDK Demos for Android

https://developers.google.com/places/android-sdk/

License:Apache License 2.0


Languages

Language:Java 54.4%Language:Kotlin 45.6%