An open API service indexing awesome lists of open source software.

https://github.com/appgalleryconnect/agc-android-demos

This repository including all of exsiting demos of AppGallery Connect Service in Android.
https://github.com/appgalleryconnect/agc-android-demos

apm applinking appmessaging authentication authservice bugly cloudstorage crash huawei-appgallery remoteconfig serverless

Last synced: about 2 months ago
JSON representation

This repository including all of exsiting demos of AppGallery Connect Service in Android.

Awesome Lists containing this project

README

        

# agc-android-demos
[![license](https://img.shields.io/badge/license-Apache--2.0-green)](./LICENCE)

This repository contains the source code for AppGallery Connect Android demos, which are developed by the AppGallery Connect team.

These demos enable access to using specific APIs. For more demos and how to use them, please refer to the [AppGallery Connect documentation](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-get-started-android-0000001058210705).

## Introduction
These are the available plugins in this repository.

| Demo | Version | Documentation |
|--------|-----|-----|
| [apms](./apms) | [![version](https://img.shields.io/badge/Release-1.6.1.303-yellow)](./apms) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-apms-agcsdk)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/apms-overview) |
| [applinking](./applinking) | [![version](https://img.shields.io/badge/Release-1.7.3.300-yellow)](./applinking) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-getstarted-android-0000001054594767)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/applinking-overview-0000001054820901) |
| [appmessaging](./appmessaging) | [![version](https://img.shields.io/badge/Release-1.7.3.302-yellow)](./appmessaging) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-appmessage-getstarted)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/appmessaging-overview) |
| [authservice](./authservice) | [![version](https://img.shields.io/badge/Release-1.7.3.300-yellow)](./authservice) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-android-getstarted-0000001053053922)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agc-auth-service-api-overview-0000001054403973) |
| [clouddb-java](./clouddb-java) | [![version](https://img.shields.io/badge/Release-1.5.5.300-yellow)](./clouddb-java) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-get-started)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/clouddb) |
| [clouddb-kotlin](./clouddb-kotlin) | [![version](https://img.shields.io/badge/Release-1.5.5.300-yellow)](./clouddb-kotlin) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-get-started)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/clouddb) |
| [cloudfunction](./cloudfunction) | [![version](https://img.shields.io/badge/Release-1.7.3.300-yellow)](./cloudfunction) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-getstarted)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/function) |
| [cloudstorage](./cloudstorage) | [![version](https://img.shields.io/badge/Release-1.5.0.100-yellow)](./cloudstorage) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudstorage-getstarted)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-0000001055088626) |
| [crash](./crash) | [![version](https://img.shields.io/badge/Release-1.7.3.300-yellow)](./crash) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-crash-getstarted-0000001055260538)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-android-0000001055260460) |
| [dynamicability](./dynamicability) | [![version](https://img.shields.io/badge/Release-1.0.18.300-yellow)](./dynamicability) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-featuredelivery-getstarted)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/featuredelivery-overview) |
| [remoteconfig](./remoteconfig) | [![version](https://img.shields.io/badge/Release-1.7.3.300-yellow)](./remoteconfig) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-android-getstarted-0000001056347165)
[API Reference](https://developer.huawei.com/consumer/cn/doc/development/AppGallery-connect-References/android-remoteconfig-overview-0000001055692839) |

## Precautions
The agc-android-demos project contains 11 independent projects. After downloading the code, you can load different nested projects to the IDE as required. And you can run each project independently.

## Technical Support
If you have any questions about the sample code, try the following:
- Visit [Stack Overflow](https://stackoverflow.com/questions/tagged/appgallery), submit your questions, and tag them with `appgallery` or `appgallery connect`.
- Go to **AppGallery** in the [HUAWEI Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) and communicate with other developers.
- [Submit a ticket online](https://developer.huawei.com/consumer/en/support/feedback/#/) to contact Huawei technical support if you encounter a serious or an urgent problem.

If you encounter any issues when using the sample code, submit your [issues](https://github.com/AppGalleryConnect/agc-android-demos/issues) or submit a [pull request](https://github.com/AppGalleryConnect/agc-android-demos/pulls).