Wolfnj/AppleMusicApp ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Android app that shows the top 25 albums from Apple Music using their public RSS feed.
When the app opens, it should load the list, show each album in a clean scrolling list or grid, and include the album artwork, title, artist name, and anything else useful at a glance. If the request is loading, show a nice loading state, and if something fails, show a friendly error with a way to try again. Tapping an album can open a simple detail view or just let me see more info about it.
Keep the design clean and modern, and make it feel polished even though it’s a small app. Use Kotlin and follow a straightforward Android app structure. If you need current Apple Music feed details or any library docs, look them up online first.