Author: Wang Jiaocheng
Artificial Intelligence Generated Code Step-by-Step Method Prompt (Strongly Recommended: Step-by-Step Prompt → Step-by-Step Save → Detailed Loop):
Create an APP with the function of {automatic photo upload}, using the architecture of {client (UI layer → ViewModel → UseCase → Repository → Data Source) → server (Controller → Service → Repository → Entity → Database)}, adopting {Android} client, {SpringBoot} server, and {MySQL} database, all using {Kotlin} language. First, divide the function into multiple independent top-level IPOs that receive feedback from user operations, then recursively nest each independent top-level IPO into atomic IPOs, and finally generate the implementation code for each atomic IPO to assemble the complete software.