glodanif/BluetoothChat — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an Android app for simple one to one chatting over Bluetooth. I want users to be able to find or connect to another nearby phone with Bluetooth, then send and receive messages without needing the internet. Keep it focused on direct messaging, with a clean chat screen, message history, and a friendly setup flow that explains permissions and Bluetooth pairing clearly.

Use Kotlin and make it feel like a real native Android app. It should handle common cases nicely, like Bluetooth being off, permissions being missing, connection dropping, or no nearby device being found. If images or avatars are already part of the existing app, keep that kind of polish, but don’t add unrelated features.

Please wire the project so it builds and runs in Android Studio, keep the code organized, and add enough basic tests or structure that it’s not just a quick demo. Look up current Android Bluetooth permission docs online if you need to.

Want more depth? Deep Reverse