English | 中文
The hms-ads-demo-java program demonstrates how to integrate the HMS Core Ads SDK into an Android app and display ads.
Install the program on Huawei Android mobile phones.
No additional configuration is required.
HMS Core (APK) 4.0.0 or later has been installed on Huawei Android phones.
The hms-ads-demo-java program integrates the HMS Core Ads SDK and provides the pages for displaying banner, native, rewarded, interstitial, splash ads, and roll ads respectively. The following classes in the demo are used for loading and displaying ads and collecting user comments:
1). BannerActivity.java
Loads and displays banner ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\BannerActivity.java
2). NativeActivity.java
Loads and displays native ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\NativeActivity.java
3). RewardActivity.java
Loads and displays rewarded ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\RewardActivity.java
4). InterstitialActivity.java
Loads and displays interstitial ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\InterstitialActivity.java
5). SplashActivity.java
Loads and displays splash ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\SplashActivity.java
6). ConsentActivity.java
Collects user consent.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\ConsentActivity.java
7). ProtocolActivity.java
Collects user consent on privacy terms.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\ProtocolActivity.java
8). InstreamActivity.java
Loads and displays roll ads.
Code location: app\src\main\java\com\huawei\hms\ads\sdk\InstreamActivity.java
Banner Ads Interstitial Ads Native Ads
Reward Ads Instream Ads Splash Ads
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.
hms-ads-demo-java is licensed under the Apache License, version 2.0.