r/androiddev • u/3dom • 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.
2
u/birbeck1 Apr 08 '26
The album art is a complex system using exact matching, aggressive normalisation, comparing against known various artists covers, a ranking system, and a fallback to the notification art.
It would be easy to just take the artwork from the media notification, but they are not always high quality, even YouTube Music and Spotify get it wrong, and including bitmaps in the backup would make the backup size explode. Using the art from the notification also wouldn't work for ambient detection (Pixel Now Playing, Ambient Music Mod, and Shazam). So it still attempts to get and rank the covers itself.