[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[],[],null,["# Method ViewGroup.addView\n\nAdd a view to the `ViewGroup`. The view can be represented by a view-derived\nobject, or simply by `ViewId`.\n\nSignature\n---------\n\n addView(viewOrId: DocsView|ViewId): ViewGroup;\n\nDetails\n-------\n\n| Optional | No |\n| Final | No |\n| Protected | No |\n| Static | No |\n|-----------|----|\n\nParameters\n----------\n\n| Name | Type | Optional | Description |\n|------------|--------------------------------------------------------------|----------|-------------|\n| `viewOrId` | [DocsView](./picker.docsview.md)`|`[ViewId](./picker.viewid) | No | |\n\nReturns\n-------\n\n[ViewGroup](./picker.viewgroup)"]]