Skip to content

The sample code describes how to use the HMS AccelerateKit SDK, including dispatch queues create, push work items into queues, release queues.

License

Notifications You must be signed in to change notification settings

Serena2018/hms-accelerate-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMS Accelerate Kit Demo

Table of Contents

Introduction

The sample code describes how to use the HMS AccelerateKit SDK, including dispatch queues create, push work items into queues, release queues.

Main APIs in sample code:

  1. Queues Create dispatch_queue_create(): creates queues.
  2. Push Work Items(blocks) into queues: dispatch_async(): pushes work items into queue asynchronously. dispatch_barrier_sync(): push work items into queue synchronously and make sure that all of work items, which has been pushed in the queue, should be finished.
  3. Queues Release dispatch_release(): releases queues.

Preparation

1. Register as a developer.

Before you get started, you must register as a HUAWEI developer and complete identity verification on HUAWEI Developers. For details, please refer to Registration and Verification.

2. Create an app and apply for a agconnect-services.json.

Create an app and set package type to APK (android app). Apply for the agconnect-services.json file on HUAWEI Developers. For details, please refer to [Adding the AppGallery Connect Configuration File]. See details: HUAWEI Accelerate Development Preparation

3. Build

To build this sample, import the sample to Android Studio (3.x +), download agconnect-services.json from AppGallery Connect, and add the file to the app's root directory app of the demo app.

Installation

Download the sample code and open it in Android Studio. Ensure that your device has been connected to the internet and obtain the APK by building a project.

Function Use

You can tap buttons in your app to experience rich services of HUAWEI Accelerate Kit.

Supported Environments

Devices with Android 7.0 or later are recommended.

Result

After the four tasks are executed concurrently, the other four tasks are executed in serial mode.

License

The sample of HUAWEI Accelerate Kit has obtained the Apache 2.0 license..

About

The sample code describes how to use the HMS AccelerateKit SDK, including dispatch queues create, push work items into queues, release queues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 54.0%
  • C++ 29.5%
  • Kotlin 16.5%