Skip to content

Commit c671359

Browse files
authored
Merge pull request #13 from RevenueCat/update/readme
Add codelab and articles on README
2 parents 973ff6d + 48062a0 commit c671359

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,25 @@ Cat Paywall Compose is built using the [RevenueCat SDK for Android](https://www.
3535

3636
## ✍️ Technical Content
3737

38-
[Turn Your App into Revenue: Building Paywalls in Android With Jetpack Compose](https://www.revenuecat.com/blog/engineering/build-paywalls-compose/): In-app subscriptions have become a popular way to monetize mobile applications that offer recurring value to users. In this article, you'll learn how to seamlessly implement in-app subscriptions and paywall features in Android using Jetpack Compose and the RevenueCat SDK.
38+
- [Turn Your App into Revenue: Building Paywalls in Android With Jetpack Compose](https://www.revenuecat.com/blog/engineering/build-paywalls-compose/): In-app subscriptions have become a popular way to monetize mobile applications that offer recurring value to users. In this article, you'll learn how to seamlessly implement in-app subscriptions and paywall features in Android using Jetpack Compose and the RevenueCat SDK.
39+
- [How to monetize Android apps with ad-free subscriptions using RevenueCat](https://www.revenuecat.com/blog/engineering/ad-free-subscriptions-android/): Most apps monetize through ads using things like AdMob or Audience Network. To maximize your earnings with ads, you need to show as many of them as possible, which makes for a pretty lousy user experience.
40+
- [Server-driven UI SDK on Android: how RevenueCat enables remote paywalls without app updates](https://www.revenuecat.com/blog/engineering/server-driven-android/): In this article, we’ll explore the concept of server-driven UI, with a focus on how RevenueCat’s Paywall Editor enables you to build and remotely update paywalls—without needing app updates—using RevenueCat’s Android SDK.
41+
42+
## 💻 Codelab
43+
44+
1. [RevenueCat Google Play Integration](https://revenuecat.github.io/codelab/google-play/codelab-1-google-play-integration/index.html#0): In this codelab, you'll learn how to:
45+
46+
- Properly configure products on Google Play.
47+
- Set up the RevenueCat dashboard and connect it to your Google Play products.
48+
- Understanding Product, Offering, Package, and Entitlement.
49+
- Create paywalls using the [Paywall Editor](https://www.revenuecat.com/docs/tools/paywalls/creating-paywalls#using-the-editor).
50+
51+
2. [Android In-App Purchases & Paywalls](https://revenuecat.github.io/codelab/android/codelab-2-android-sdk/index.html#0): In this codelab, you will:
52+
53+
- Integrate the Android RevenueCat SDK into your project
54+
- Implement in-app purchases in your Android application
55+
- Learn how to distinguish between paying and non-paying users
56+
- Build a paywall screen, which is based on server-driven UI approach
3957

4058
## 🛠 Tech Stack & Open Source Libraries
4159
- Minimum SDK level 24.

0 commit comments

Comments
 (0)