HMS-Core / hms-location-demo

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

Home Page:https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/location-introduction?ha_source=hms1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HMS Core Location Kit Sample Code (Android)

English | 中文

Contents

Introduction

The sample code encapsulates APIs of HMS Core Location Kit, and provides many sample programs for your reference or use.

Preparations

The sample code is built using Gradle to demonstrate how to use the Location SDK for Android. First, download the sample code by cloning this repository or downloading the archived snapshot. In Android Studio, click Open an existing Android Studio project and select the directory where the sample file is located. You can use the gradlew build command to directly build the project. Then, you need to create an app in AppGallery Connect, obtain the agconnect-services.json file, and add it to the project. You also need to generate a signing certificate fingerprint, add the signing certificate file to the project, and add related configurations to the build.gradle file. For details, please refer to "Configuring App Information in AppGallery Connect" in the official development guide.

Installation

  1. Clone or download the project and open it using Android Studio or a compatible IDE.
  2. Use the IDE to install the configured project on your device.

Environment Requirements

A Huawei phone or tablet running EMUI 5.0 or later, or a non-Huawei phone running Android 5.1 or later.

Result

Technical Support

You can visit the Reddit community to obtain the latest information about HMS Core and communicate with other developers.

If you have any questions about the sample code, try the following:

  • Visit Stack Overflow, submit your questions, and tag them with huawei-mobile-services. Huawei experts will answer your questions.
  • Visit the HMS Core section in the HUAWEI Developer Forum and communicate with other developers.

If you encounter any issues when using the sample code, submit your issues or submit a pull request.

License

The sample code is licensed under Apache License 2.0.

About

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

https://developer.huawei.com/consumer/en/doc/development/HMS-Guides/location-introduction?ha_source=hms1

License:Apache License 2.0


Languages

Language:Java 54.1%Language:Kotlin 45.9%