chrissen0814 / android-play-awareness

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating Fences and taking Snapshots with the Awareness API

Demonstrates how to use the Fencing API to make an application react to changes in conditions such as current activity or location.

Also demonstrates use of the Snapshot API to query for information about the user's environment, such as headphone state (plugged in or not), weather, and nearby beacons.

Prerequisites

  • Android API Level >v14
  • Android Build Tools >v21
  • Google Support Repository

Getting Started

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

In order to run this project you will need to create a Google API key and add it to your project. Instructions for doing this can be found in the Getting Started Guide

Support

If you've found an error in this sample, please file an issue: https://github.com/googlesamples/android-awareness-api/issues

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

License

Copyright 2016 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

License:Apache License 2.0


Languages

Language:Java 100.0%