JETPACK COMPOSE
Quick Start
- 1 QUICK START
- 2 ANDROID STUDIO
- 3 VIEW OPERATIONS
- 3.1 Basic Operations
- 3.1.1 Create Custom View
- 3.1.2 Create Custom View – In a separate File
- 3.1.3 Create Custom Container
- 3.1.4 Create Views using For Loop
- 3.1.5 Conditional View
- 3.1.6 Conditional View’s Parameter
- 3.1.7 Conditional View’s Modifier
- 3.1.8 State Variable
- 3.2 Advanced Operations
- 4 VIEW TYPES
- 4.1 Visible Views
- 4.2 Container Views
- 4.2.1 Column
- 4.2.2 LazyColumnFor
- 4.2.3 LazyRowFor
- 4.2.4 MaterialTheme
- 4.2.5 Row
- 4.2.6 Box
- 4.2.7 ScrollableColumn
- 4.2.8 ScrollableRow
- 4.2.9 Surface
- 4.3 Helper Views
- 4.4 Navigation Views
- 4.5 Geometrical Shapes (Canvas)
- 5 VIEW MODIFIERS