CodewithManab/GISImage — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Android app in Java called GISImage.
I want a user to open the app, tap one clear button, take a photo, and have the app tag that photo with the current latitude and longitude from the phone. After the photo is captured, show the image on screen with the saved coordinates so the user knows the location was attached correctly.
Please keep it basic and easy to understand, like a small college project. Ask for camera and location permission when needed, handle the case where permission is denied, and show simple messages instead of crashing. The interface should be clean and minimal, with a title, capture button, photo preview, and latitude and longitude text.
Use Android Studio style Java code. If you need current Android permission or camera examples, look up the current docs online and use a straightforward approach.
Want more depth? Deep Reverse