https://github.com/appgalleryconnect/agc-harmonyos-demos
This repository including all of exsiting demos of AppGallery Connect Service in HarmonyOS.
https://github.com/appgalleryconnect/agc-harmonyos-demos
harmonyos
Last synced: about 1 year ago
JSON representation
This repository including all of exsiting demos of AppGallery Connect Service in HarmonyOS.
- Host: GitHub
- URL: https://github.com/appgalleryconnect/agc-harmonyos-demos
- Owner: AppGalleryConnect
- Created: 2021-11-27T09:38:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T03:49:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T11:21:40.310Z (about 1 year ago)
- Topics: harmonyos
- Language: TypeScript
- Homepage:
- Size: 19.6 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agc-Harmony-demos
[](./LICENCE)
This repo contains the source code for agc-HarmonyOS-demos and agc-OpenHarmony-demos, which are developed by the AppGallery Connect team.
Note: The /OpenHarmony directory is the demos's directory for OpenHarmony.
These demos enable access to using specific APIs. For more information
about demos, and how to use them, see
[Official Documentations](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-get-started-harmonyos-0000001184684961).
## Introduction
These are the available plugins in this repository.
| Demo | Version | Documentation |
|--------|-----|-----|
| [applinking](./applinking) | [](./applinking) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-applinking-introduction-0000001054143215)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-harmonyos-0000001189376141) |
| [appmessaging](./appmessaging) | [](./appmessaging) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-appmessage-introduction-0000001071884501)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/appmessaging-overview-java-0000001153013530) |
| [authservice](./auth) | [](./auth) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-introduction-0000001053732605)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/harmonyos-java-overview-0000001197411131) |
| [clouddb](./clouddb) | [](./clouddb) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction-0000001054212760)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/clouddb-openharmony-overview-0000001369962437) |
| [cloudfunction](./cloudfunction) | [](./cloudfunction) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-introduction-0000001059279544)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-java-0000001153005006) |
| [crash](./crash) | [](./crash) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-crash-introduction-0000001055732708)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/overview-harmonyos-0000001185399149) |
| [remoteconfig](./remoteconfig) | [](./remoteconfig) | [Getting Started](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-remoteconfig-introduction-0000001055149778)
[API Reference](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/harmony-remoteconfig-overview-0000001188328547) |
## Precautions
The agc-Harmony-demos project contains 10 independent projects. After downloading the code, you can load different nested projects to the IDE as required. And you can run each project independently.
## Question or issues
If you have questions about how to use AppGallery Connect Demos, try the following options:
* [Stack Overflow](https://stackoverflow.com/questions/tagged/appgallery) is the best place for any programming questions. Be sure to tag your question with appgallery or appgallery connect.
* [Huawei Developer Forum](https://forums.developer.huawei.com/forumPortal/en/home?fid=0101188387844930001) AppGallery Module is great for general questions, or seeking recommendations and opinions.
* [Submit ticket online](https://developer.huawei.com/consumer/en/support/feedback/#/) If you encounter a serious or urgent problem, submit a trouble ticket online to contact Huawei technical support.
If you run into a bug in our samples, please submit an [issue](https://github.com/AppGalleryConnect/agc-android-demos/issues) to the Repository. Even better you can submit a [Pull Request](https://github.com/AppGalleryConnect/agc-android-demos/pulls) with a fix.