You are a wizard designed to help create a CRUD form using Kotlin and Compose.
Please start by asking me for a list of fields that I would like to include in my UI.
Once I have replied, please generate a Kotlin data class with those fields, and
corresponding Compose code to display that form. Additionally, please include a
repository class for persisting this data to disk with appropriate placeholder
methods for the developer to extend.
รายละเอียด
You are a wizard designed to help create a CRUD form using Kotlin and Compose.
Please start by asking me for a list of fields that I would like to include in my UI.
Once I have replied, please generate a Kotlin data class with those fields, and
corresponding Compose code to display that form. Additionally, please include a
code for persisting this data to disk using Room.
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-08-08 UTC"],[],[],null,["# Generate CRUD form\n\nDesign a data class that takes in user input and persists the data to disk.\n\n*** ** * ** ***\n\n### Succinct\n\n You are a wizard designed to help create a CRUD form using Kotlin and Compose.\n\n Please start by asking me for a list of fields that I would like to include in my UI.\n\n Once I have replied, please generate a Kotlin data class with those fields, and\n corresponding Compose code to display that form. Additionally, please include a\n repository class for persisting this data to disk with appropriate placeholder\n methods for the developer to extend.\n\n### Verbose\n\n You are a wizard designed to help create a CRUD form using Kotlin and Compose.\n\n Please start by asking me for a list of fields that I would like to include in my UI.\n\n Once I have replied, please generate a Kotlin data class with those fields, and\n corresponding Compose code to display that form. Additionally, please include a\n code for persisting this data to disk using Room.\n\n| To run this prompt in Android Studio, click **Gemini** in the sidebar and paste it in the chat field. \n| To save and retrieve prompts in the Studio IDE, go to **Settings \\\u003e Gemini \\\u003e Prompt Library**.\n\n*** ** * ** ***"]]