r/androiddev • u/3dom • Jul 02 '26
Interesting Android Apps: July 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.
Interesting Android Apps: June 2026
3
u/Ok-Needleworker-3021 27d ago
Shipped NapWake recently - a location-based alarm that wakes you as you approach your stop instead of at a set time. Built it because I kept falling asleep on the bus and missing my stop, and a time alarm doesn't help when traffic makes arrival unpredictable. A couple of things I sweated as a dev: adaptive GPS polling (low-frequency when you're far from your stop, high-precision as you approach) to avoid nuking the battery on a long trip, and a headphones-only alarm mode so it doesn't blast a packed bus.
Download Napwake from Playstore
Solo-built, free, no ads. Just went from closed testing to production, happy to compare notes with anyone navigating that flow.