English | 中文
HmsAnalyticsKitDemo is a QuickApp client that applying HUAWEI Hianalytics SDK used for showing how to collect user engagement and user preference. Read more about Hianalytics.
-
Use HUAWEI QuickApp IDE to open the decompressed project, we provide two demos:
- quickapp.hmsanalyticskitdemo: this is a completed code for the sample app.
- quickapp.hmsanalyticskitdemo-start: this is a starting code that you'll build upon during this codelab.
-
Use the "Npm -> Start Npm Library" to generate "package.json" file.
-
Run the following command to install the AnalyticsKit SDK for QuickApp:
npm install --save @hw-hmscore/analytics-sdk-quickapp
Create a QuickApp in AppGallery Connect and obtain the project configuration, then copy it to your QuickApp project.
Hardware requirements:
- A computer
- An Android phone
Software requirements:
- The HUAWEI QuickApp IDE
- The package manager npm , which typically comes with Node.js
- The codelab's sample code
- A terminal/console
After running the app you should see a screen like this:
Click the button TRUE or FALSE to answer the question; Click the NEXT, show the next question; Click POST SCORE, log the score user got. All the infomations will be upload to Hianalytics, and you can see these infomations in real time using Real-time.
Click button SETTINGS:
You will be asked what your favorite sport is. This choice will be logged to Hianalytics as a User Property.
If you want to evaluate more about HMS Core, HMSCore on Reddit is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.
If you have questions about how to use HMS samples, try the following options:
- Stack Overflow is the best place for any programming questions. Be sure to tag your question with
huawei-mobile-services
. - Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.
If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.
HmsAnalyticsKitDemo is licensed under the Apache License, version 2.0.