SDK/Integration
2026-01-28
by RewardingHub Team
Android Offerwall Integration: Step-by-Step Tutorial
A complete walkthrough of integrating the RewardingHub offerwall SDK in your Android app.
Prerequisites
- Android Studio Arctic Fox or newer
- Min SDK 21+ (Android 5.0)
- Kotlin 1.8+ or Java 8+
- A RewardingHub account
Step 1: Add Dependency
// build.gradle.kts
implementation("com.rewardinghub:offerwall-sdk:2.4.0")Step 2: Initialize
RewardingHub.init(context, "YOUR_APP_ID", "YOUR_API_KEY")Step 3: Show Offerwall
RewardingHub.showOfferwall(activity, userId)Full API reference: Android SDK Documentation
Frequently Asked Questions
How long does Android integration take?
Under 5 minutes for basic setup.
Does the SDK support ProGuard?
Yes. ProGuard rules are included automatically.