If you have multiple Android apps, how do you get users from App A to try App B? The usual answer — pay for ads. But what if you could show your own ads inside your own apps for free?
Meet HouseAds2
HouseAds2 is an open-source Android library for "house ads" — promotional banners and interstitials for your own apps, displayed within your existing apps. Think Google AdMob, but for YOUR other apps.
How It Works
- Create a JSON config file (host anywhere — GitHub, your server)
- Add the library to your app
- It fetches your config and displays beautiful promotional cards
HouseAdsDialog houseAdsDialog = new HouseAdsDialog(this, "YOUR_JSON_URL");
houseAdsDialog.showHeaderAds();
Why Use This
💰 No ad network fees
🎯 Better targeting — users already like your apps
🔄 Real-time updates via JSON
🎨 Material Design UI out of the box
📱 Dialog + interstitial formats
⚡ Tiny library size
Say you have 5 apps on the Play Store. Add HouseAds2 to all of them. Each app promotes the other 4. Free cross-promotion!
⭐ GitHub: github.com/p32929/HouseAds2
Built by @p32929 — stop paying for ads to promote your own apps.
Top comments (0)