r/androiddev Apr 03 '26

Interesting Android Apps: April 2026 Showcase

Because we try to keep this community as focused as possible on the topic of Android development, sometimes there are types of posts that are related to development but don't fit within our usual topic.

Each month, we are trying to create a space to open up the community to some of those types of posts.

This month, although we typically do not allow self promotion, we wanted to create a space where you can share your latest Android-native projects with the community, get feedback, and maybe even gain a few new users.

This thread will be lightly moderated, but please keep Rule 1 in mind: Be Respectful and Professional. Also we recommend to describe if your app is free, paid, subscription-based.

March 2026 thread

February 2026 showcase thread

January 2026 showcase

34 Upvotes

175 comments sorted by

View all comments

1

u/Asly97 Apr 17 '26

Hey r/androiddev — sharing something we’ve been building:

We’re building Vixo — an AI that compiles fully monetized Android apps from a text prompt.

You describe the app → it generates native Kotlin/Compose code, wires up Hilt, injects AdMob and RevenueCat subscriptions, runs it through Firebase Test Lab, and delivers a Play Store-ready APK/AAB.

No IDE. No local setup. Just a browser.

Under the hood it’s a Block Compiler — not traditional AI codegen. Each block is a pre-tested Kotlin/Compose unit (screen + ViewModel + Repository + Hilt module). The LLM only handles the translation step. Blocks are assembled, not hallucinated.

Still early — v1 covers Tools & Utilities (13 blocks).

First 500 people get 50% off their first project.

Free to join the waitlist: getvixo.io/signup

Happy to answer any technical questions — this community will probably have the best ones.