Skip to content

HMS-Core/hms-ads-demo-kotlin

Repository files navigation

Petal Ads Demo for Kotlin

English | 中文

Table of Contents

Introduction

The HuaweiAdsSdk_Demo program demonstrates how to integrate the Petal Ads SDK into an Android app and display ads.

Installation

Install the program on Huawei Android mobile phones.
You also can use HMS Toolkit to quickly integrate the kit and run the demo project, as well as debug the app using a remote device for free. For details, please visit HMS Toolkit

Supported Environments

HMS Core (APK) 4.0.0 or later has been installed on Huawei Android phones.

Sample Code

The HuaweiAdsSdk_Demo program integrates the Petal Ads SDK and provides the pages for displaying banner, native, rewarded, interstitial, and splash ads, respectively. The following classes in the demo are used for loading and displaying ads and collecting user comments:

  1. BannerActivity.kt Loads and displays banner ads.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\BannerActivity.kt

  2. NativeActivity.kt Loads and displays native ads.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\NativeActivity.kt

  3. RewardActivity.kt Loads and displays rewarded ads.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\RewardActivity.kt

  4. InterstitialActivity.kt Loads and displays interstitial ads.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\InterstitialActivity.kt

  5. SplashActivity.kt Loads and displays splash ads.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\SplashActivity.kt

  6. ConsentActivity.kt Collects user consent.
    Code location: HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\ConsentActivity.kt

  7. ProtocolActivity.kt Collects user consent on privacy terms.
    Code location:HuaweiAdsSdk_Demo\app\src\main\java\com\huawei\hms\ads\sdk\ProtocolActivity.kt

Question or issues

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.

License

HuaweiAdsSdk_Demo is licensed under the Apache License, version 2.0.

About

HUAWEI Ads Kit Sample code in kotlin version, which provides the banner, native, rewarded, roll, interstitial and splash ad formats for integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages