Recently, I have started using Google AI Studio to develop Android applications. I uploaded an already existing design from Figma and got a good-looking UI. Nevertheless, I observed that although Google AI Studio creates the frontend of the application, there is no backend implementation present in the app. GOOGLE'S AI STUDIO OUTPUT
I have gone through an article stating that providing the AI with the entire application architecture and flowchart along with requirements will yield better output. However, despite preparing a flowchart and creating prompts using ChatGPT and then passing them to the AI, the output is unable to produce a functional backend.
The purpose of mine is to create a complete application for Android which includes:
UI designed via Figma
Backend (APIs, database, etc.)
Functional Architecture
Has anyone tried generating a full-stack application (Android) using Google AI Studio before?
If yes,
How much detail should go into the architecture description prompt?
Are there any best practices while mentioning requirements of the back end?
Is Google AI Studio capable enough to generate complete backend integrations?
What should we learn in order to demonstrate the whole application?