Chizuyu/Blogger — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Android app called Blogger in Kotlin.
I want it to feel like a small blogging app where someone can open it, see a list of blog posts, tap a post to read the full content, and have a clean screen for creating or editing a post if the API supports it. The README only says to email for the API, so please make the API connection easy to fill in later, with a clear placeholder for the base URL and any key or token. If real API details are missing, use a small fake data source so the app still runs and shows the full flow.
Keep the design simple and modern, with loading states, empty states, and friendly error messages. Make sure the project builds with the existing Gradle setup and explain briefly where I should add the real API details later. Look up current Android docs online if you need to.
Want more depth? Deep Reverse