All Projects → tangqi92 → Mygoogleplaces

tangqi92 / Mygoogleplaces

A simple demo of Google Places.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mygoogleplaces

Dom Examples
Code examples that accompany various MDN DOM and Web API documentation pages
Stars: ✭ 984 (+2039.13%)
Mutual labels:  demo
Ezplatform Demo
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!
Stars: ✭ 42 (-8.7%)
Mutual labels:  demo
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+1141.3%)
Mutual labels:  demo
Coronavirus 2019 Demo
webinar for coronavirus map
Stars: ✭ 40 (-13.04%)
Mutual labels:  demo
Realtime Detectron
Real-time Detectron using webcam.
Stars: ✭ 42 (-8.7%)
Mutual labels:  demo
Enjoylife
😊开源App项目,每天一张精选倩图、一个精选小视频,一篇知乎美文
Stars: ✭ 43 (-6.52%)
Mutual labels:  demo
Pendulum
ROS, ROS2, real-time, control, pendulum
Stars: ✭ 37 (-19.57%)
Mutual labels:  demo
Magento2 Google Address Lookup
Provides an address lookup service on a Magento 2 store powered by the Google Places API
Stars: ✭ 46 (+0%)
Mutual labels:  google-maps
Start laravel
Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them.
Stars: ✭ 42 (-8.7%)
Mutual labels:  demo
Wheelview
a great functional custom WheelView with demo in dialog and bottomDialog,android 滚动选择控件,滚动选择器,时间选择,日期选择
Stars: ✭ 44 (-4.35%)
Mutual labels:  demo
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-13.04%)
Mutual labels:  demo
React Antd Todo
A simple todo list app built with React, Redux and Antd - Ant Design
Stars: ✭ 42 (-8.7%)
Mutual labels:  demo
Flutter Chat Demo
The chat app made by Flutter and Firebase
Stars: ✭ 1,016 (+2108.7%)
Mutual labels:  demo
Slopeninja Frontend
Slope Ninja Frontend 🏂❄️⛄️
Stars: ✭ 39 (-15.22%)
Mutual labels:  google-maps
Rich Text Editor
Math editor (http://digabi.github.io/rich-text-editor/)
Stars: ✭ 45 (-2.17%)
Mutual labels:  demo
Dejajs Components
Angular components
Stars: ✭ 37 (-19.57%)
Mutual labels:  demo
Beziercurve
Bezier curve master
Stars: ✭ 43 (-6.52%)
Mutual labels:  demo
Create React Redux App
This project was bootstrapped with Create React App and Redux, Sass Structure.
Stars: ✭ 46 (+0%)
Mutual labels:  demo
Vantweappmpvuedemo
mpvue中使用Vant Weapp
Stars: ✭ 46 (+0%)
Mutual labels:  demo
Maplace.js
A Google Maps Javascript plugin for jQuery.
Stars: ✭ 1,021 (+2119.57%)
Mutual labels:  google-maps

MyGooglePlaces

最近由于项目的原因,接触到了 Google Places 的使用与开发,学习并在项目中实现了简单的地点定位与自动补全功能。在整个实践过程中,发现除了官方文档外,网上相关的中文教程寥寥无几且质量都不高,遂决定自己写篇入门指南(其实也没多少干货啦),希望可以帮助到,有这方面需求的同学们,欢迎大家 Fork 与 Star 。

screenshot

Demo is still in development so more features will be added soon

Usage

Dependency - 依赖

  • Java Development Kit (JDK) 8 +
  • com.android.tools.build:gradle:1.3.0
  • Android SDK
    • Android SDK Build-tools 22.0.1

Build - 构建

git clone https://github.com/tangqi92/MyGooglePlaces.git

用最新的IntelliJ IDE导入工程(Import Project),然后等待IDE下载gradle和依赖包即可

This project uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

对了,是时候告别 Eclipse 了,因为你值得拥有更好的,赶紧投入 Android Studio 的怀抱吧:D

Download

直接下载:MyGooglePlaces-1.0.0.apk

Documentation

项目主页:Google Places for Android 入门指南

Thanks to

再次感谢:https://github.com/googlesamples/android-play-places

Contact Me

License

The MIT License (MIT)

Copyright (c) 2015 Qi Tang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].