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 (世界標準時間)。"],[],[],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*** ** * ** ***"]]