当前位置: 首页 > 软件库 > 手机/移动开发 > >

android-samples

授权协议 Apache-2.0 License
开发语言 Java
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 燕野
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Build demos

Google Maps SDK for Android Samples

Samples demonstrating how to useMaps SDK for Android.

This repo contains the following samples:

  1. ApiDemos: A collection of small demos showing most features of the Maps SDK for Android.
  2. WearOS:Displays a map on a Wear OS device. This sample demonstrates the basicsetup required for a gradle-based Android Studio project.
  3. Tutorials: Samplesassociated with tutorials in the developer's guide. See each sample for a link to the associated guide.
  4. Snippets: Snippets for code found in https://developers.google.com/maps/documentation/android-sdk

Pre-requisites

  • See each sample for pre-requisites.
  • All require up-to-date versions of the Android build tools and the Android support repository.
  • The demo apps require that you add your own Google Maps API key. See Get an API Key docs for more instructions.

Getting Started

  1. Download the samples by cloning this repository
  2. In the welcome screen of Android Studio, select "Open an Existing project"
  3. Select one of the sample directories from this repository

Alternatively, use the gradlew build command to build the project directly or download an APKunder releases.

Support

If you have discovered an issue with the Google Maps Platform SDK for Android v2, please seethe 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 inCONTRIBUTING.md.

License

(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 contributorlicense agreements. See the NOTICE file distributed with this work foradditional information regarding copyright ownership. The ASF licenses thisfile to you under the Apache License, Version 2.0 (the "License"); you may notuse this file except in compliance with the License. You may obtain a copy ofthe License at

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

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

  • 按照官方网站上的import  samples,在windows下成功导入项目; 当然前提是翻墙,并且设置自动代理;(setting->system set->http proxy) linux下没有成功, 下载例子: 一个是官方网站的samples 下的右侧 有 project|download 能下载项目; 另一种是直接在github上下载: 搜索google samples就可以了;

  • 很多学习android的朋友都想看看安装目录里面sample的效果,但是使用file-->import ... 选择了root directory 后 下面的project没有项目选择.试试这样做:File-->new-->android project -->选择create project from existing source ...-->选择目录,如果目录选择后Build target没

  • 想查看官方的实例,但是new或者import都工程都不行: File-->new-->android project -->选择create project from existing source ...-->选择目录,如果目录选择后Build target没有选择,自己勾选一下-->finish. 导入后如果程序有错误,clean一下就行了。

  • ActionBar实际上是用来替换导航菜单的一个选项,主要的作用是: ActionBar是一个显示在屏幕顶部的控件,它包括了在左边显示的应用的logo图标和右边操作菜单的可见项。 我们可以选择可见的操作菜单可见项,不可见项会以下拉列表的形式呈现出来。 ActionBar为Fragment之间提供标签导航 ok,接下来我们查看源码: AndroidManifest.xml文件中我们看到设置了appl

  • basicsyncadapter  This sample demonstrates how to implement a sync adapter to fetch background data for an app that doesn't require a user-visible account type or two-way synchronization. The sample p

  • Android 4.3 BLE 开发samples for SDK单独下载   自己在开发的时候,用SDK Manager下载samples有些问题,简单办法就是单独下载Android 4.3 samples for SDK,链接如下: http://dl-ssl.google.com/android/repository/samples-18_r01.zip   类似的可以参见:http://w

  • public class MemoryManager extends Manager { private ActivityManager mActivityManager; public MemoryManager(Config config) { super(config); //获得ActivityManager服务的对象。

  • 最近帮别人写了一个东西需要用到蓝牙共享数据,发现Android SDK里的例子里的BluetoothChat——蓝牙聊天软件代码写得不错,就学习分析了一下。 项目java文件3个:BluetoothChat:主界面,显示聊天信息BluetoothChatService:里面有3个主要线程类,AcceptThread:蓝牙服务端socket监听线程.。ConnectThread:蓝牙socket连接

  • Android的SDK中有一个$(Android_SDK)/samples/目录,目录下根据不同SDK版本附带了很多自带的例子程序。这一个系列中将会对每一个例子的源代码进行剖析。 本篇文章分析AccelerometerPlay例子: 首先我们看看AndroidManifest.xml文件: <manifest xmlns:android="http://schemas.android.com/ap

  • 创建library供多个工程共享代码、资源是非常常见的需求,网上这种资料非常少,基本上都是讲创建java工程,然后export,这种方式缺点非常多,大家可以自己google一下。 本文着重介绍如何创建Android library,并且在工程中使用此library提供的资源,具体步骤如下: 1. 创建一个Android工程,命名为MyLib 2. 进入工程设置选中Is Library 3. 创建另

  • Android Utility Function Library ================================ If you need a feature that is native to Linux but not present on other platforms, construct a platform-dependent implementation that s

  • In your main activity add this code on the top of the onCreate method: ONE: if (!isTaskRoot()) { final Intent intent = getIntent(); final String intentAction = intent.getAction(); if (inte

  •     创建一个能够使用OpenCV JavaCameraView的应用程序来了解基于OpenCV java API 的应用程序的开发流程。有了Android的基础,在程序中需要修改的几个地方1.activity_main.xml 2.AndroidManifest.xml 3.MainActivity.java 一、创建项目     安装创建android程序的方式创建一个blank activ

 相关资料
  • Learning RxJava 2 for Android by example Take the MindOrks Android Online Course and Learn RxJava How to use RxJava 2 in Android Application How to migrate from RxJava 1.0 to RxJava 2.0 How to use RxJ

  • Google Play game services - Android Samples Copyright (C) 2014 Google Inc. Contents These are the Android samples for Google Play game services. CollectAllTheStars2. Demonstrates how to use the Snapsh

  • googletv-android-samples 是包含许多源码的 GoogleTV 应用实例。 其中包括:   ChannelChangingSample - 如何改变电视的频道。 LeftNavBarDemo - 左导航条库的演示(看看所有的选项)。 LeftNavBarLibrary - 用于屏幕左侧导航的库。(DPAD导航--很多选项) MapsOnTV - 如何在电视上播放地图。 Not

  • AWS SDK for Android Samples This repository has samples that demonstrate various aspects of the AWS SDK for Android. Resources Developer Guide for AWS SDK for Android Please refer to README file in ea

  • Overview ArcGIS Runtime API for Android v100.12.0 samples. The main branch of this repository contains sample app modules for the latest available version of the ArcGIS Runtime API for Android. Sample

  • JNI绑定 Android上的Java资源 WebView代码组织