FossifyOrg/Camera — reverse-engineered prompt
Reverse engineered prompt
Build me a simple open source Android camera app in Kotlin like Fossify Camera. It should let someone quickly take photos and record videos with a clean full screen camera view, switch between photo and video mode, zoom, toggle flash, change aspect ratio, and swap between front and back cameras.
Make privacy a core part of it. The app shouldn’t need internet access or any creepy permissions, and photos and videos should just stay on the device. Add basic settings so the user can choose output quality, resolution, save location, and customize the look with themes or colors.
Keep the interface fast, smooth, and easy to use, with Material style controls that are visible but not cluttered. It should feel reliable enough for everyday use, with quick access to the most important camera controls from the main screen. Look up current Android camera docs if you need to, and make sure the project builds cleanly.
Want more depth? Deep Reverse