Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Android Best Practices | 19,837 | 2 years ago | 30 | other | ||||||
Do's and Don'ts for Android development, by Futurice developers | ||||||||||
Androiddevtools | 7,568 | 8 days ago | 8 | |||||||
收集整理Android开发所需的Android SDK、开发中用到的工具、Android开发教程、Android设计规范,免费的设计素材等。 | ||||||||||
Shadow | 6,926 | a month ago | 253 | bsd-3-clause | Java | |||||
零反射全动态Android插件框架 | ||||||||||
Weiciyuan | 2,664 | 7 years ago | 63 | gpl-3.0 | Java | |||||
Sina Weibo Android Client | ||||||||||
Androidprocess | 2,640 | 4 years ago | 15 | apache-2.0 | Java | |||||
判断App位于前台或者后台的6种方法 | ||||||||||
Android Samples | 2,338 | 2 days ago | 7 | apache-2.0 | Java | |||||
Samples demonstrating how to use Maps SDK for Android | ||||||||||
Condom | 2,321 | 3 years ago | apache-2.0 | Java | ||||||
一个超轻超薄的Android工具库,阻止三方SDK中常见的有害行为,而不影响应用自身的功能。(例如严重影响用户体验的『链式唤醒』) | ||||||||||
Open Keychain | 1,882 | 2 months ago | 428 | gpl-3.0 | Java | |||||
OpenKeychain is an OpenPGP implementation for Android. | ||||||||||
Notifyutil | 1,631 | 3 years ago | 13 | apache-2.0 | Java | |||||
通知工具类 | ||||||||||
1,548 | 9 months ago | 12 | Java | |||||||
第三方新浪微博客户端 |
Samples demonstrating how to use Maps SDK for Android.
This repo contains the following samples:
See each sample for pre-requisites. All require up-to-date versions of the Android build tools and the Android support repository.
These samples use the Gradle build system.
First download the samples by cloning this repository or downloading an archived snapshot. (See the options at the top of the page.)
In Android Studio, use the "Import non-Android Studio project" or "Import Project" option. Next select one of the sample directories that you downloaded from this repository. If prompted for a gradle configuration accept the default settings.
Alternatively use the gradlew build
command to build the project directly.
The demo apps require that you add your own Google Maps API key:
secure.properties
(this file should NOT be under version control to protect your API key)secure.properties
that looks like MAPS_API_KEY=YOUR_API_KEY
, where YOUR_API_KEY
is the API key you obtained in the first stepIf you have discovered an issue with the Google Maps Platform SDK for Android v2, please see the resources here: https://developers.google.com/maps/support/
If you've found an error in these samples, please file an issue: https://github.com/googlemaps/android-samples/issues
Patches are encouraged, and may be submitted according to the instructions in CONTRIBUTING.md.
(See each sample directory for details.)
Copyright 2015 The Android Open Source Project
Copyright 2015 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.