xuxinyi 58153099d8 first commit há 1 ano atrás
..
.gradle 58153099d8 first commit há 1 ano atrás
.idea 58153099d8 first commit há 1 ano atrás
app 58153099d8 first commit há 1 ano atrás
gradle 58153099d8 first commit há 1 ano atrás
images 58153099d8 first commit há 1 ano atrás
LICENSE 58153099d8 first commit há 1 ano atrás
README.md 58153099d8 first commit há 1 ano atrás
Third Party Open Source Software Notice.doc 58153099d8 first commit há 1 ano atrás
build.gradle 58153099d8 first commit há 1 ano atrás
gradle.properties 58153099d8 first commit há 1 ano atrás
gradlew 58153099d8 first commit há 1 ano atrás
gradlew.bat 58153099d8 first commit há 1 ano atrás
happiness.jks 58153099d8 first commit há 1 ano atrás
local.properties 58153099d8 first commit há 1 ano atrás
settings.gradle 58153099d8 first commit há 1 ano atrás

README.md

huawei-location-android-demo

Table of Contents

Introduction

HUAWEI Location Kit sample code encapsulates APIs of the HUAWEI Location Kit. It provides many sample programs for your reference or usage.

Getting Started

We also provide an sample to demonstrate the use of LocationKit SDK for Android. This sample uses the Gradle build system. First download the demo by cloning this repository or downloading an archived snapshot. In Android Studio, use the "Open an existing Android Studio project", and select the directory of "huawei-location-android-demo". You can use the "gradlew build" command to build the project directly. You should create an app in AppGallery Connect, and obtain the file of agconnect-services.json and add to the project. You should also generate a signing certificate fingerprint and add the certificate file to the project, and add configuration to build.gradle. See the Configuring App Information in AppGallery Connect guide to configure app in AppGallery Connect.

Installation

  1. Clone or download this project and open the downloaded folder in Android Studio or compatible IDE.
  2. use IDE's functionality to install configured project on to your device.

Supported Environments

Huawei phones with EMUI 5.0 or later, Huawei tablets, or non-Huawei phones with Android 5.1 or later.

Sample Code

  1. Invoke the addGeofence method of GeoFenceData to add a geo-fence. The code location is in the addGeofence method of the src\main\java\com\huawei\hmssample2\geofence\GeoFenceActivity.java fle.
  2. location broadcast receiver.The code is stored in src\main\java\com\huawei\hmssample2\location\fusedlocation\LocationBaseActivity.java

Result

License

huawei-location-android-demo is licensed under the Apache License, version 2.0.