1. interactiveComponents
1.1. TextField
1.1.1. TextFieldDefault.colors()
1.1.2. KeyboardOption
1.1.3. visualTransformation
1.2. RadioButton
1.3. Swift
1.4. CheckBox
1.5. Slider
1.5.1. valueRange
1.5.2. steps
1.6. Buttons
1.6.1. FloatingActionButton
1.6.2. IconButoon
2. Studio
2.1. lifecycle
2.1.1. onCreate
2.1.2. onStart
2.1.3. onResume
2.1.4. onPause
2.1.5. onStop
2.1.6. onDestory
2.2. Manifest
2.2.1. Activity
2.2.1.1. Fragment
2.2.1.1.1. navHostFragment
2.2.1.1.2. navGraph
2.3. gradle
2.3.1. settings
2.3.2. libs
3. Kotlin
3.1. Basics
3.1.1. OOP
3.1.1.1. Classes
3.1.1.1.1. Sealed
3.1.1.1.2. data
3.1.1.2. objects
3.1.2. lambda
3.1.3. Delegated properties
3.1.4. extension func
4. Navigation
4.1. onStoreClick
4.1.1. intent
4.1.1.1. Parcealbe
4.1.1.2. Primitives
4.1.1.3. Serialize
4.1.1.4. putExtra
4.2. navController
5. Compasable
5.1. modifier
5.1.1. padding
5.1.1.1. safeContentPadding
5.1.1.2. navigationPadding
5.1.1.3. statusBarsPadding
5.1.2. width
5.1.3. fillMaxSize
5.1.4. height
5.1.5. Scroll
5.1.5.1. verticalScroll
5.1.5.2. horizontalScroll
5.1.6. clip
5.1.7. wrapContentHeight
5.1.8. background()
5.1.9. imePadding()
5.2. place
5.2.1. horizontalArrangment
5.2.2. verticalAlignment
5.3. content
5.3.1. column
5.3.1.1. LazyColumn
5.3.2. row
5.3.2.1. LazyRow
5.3.3. box
5.4. items
5.4.1. image
5.4.2. icon
5.4.3. text
5.4.3.1. overflow
5.4.3.2. style
5.4.3.3. font
5.4.3.4. others
5.4.4. card
5.4.4.1. graphicsLayer
5.4.4.1.1. rotationX, Y, Z
5.4.4.1.2. alpha()
5.4.4.1.3. others
5.4.5. items
5.4.5.1. repeat
6. Architecture
6.1. ViewModel
6.1.1. State
6.1.2. Event
6.1.2.1. Search
6.1.2.2. Filter
6.1.2.3. Dispatch
7. Data Warehouses
7.1. Shared Preferances
7.1.1. in XML
7.2. Data Store
7.3. SQLite
7.3.1. RoomDB
7.3.2. Entity
7.3.3. functions
7.3.3.1. CRUD
7.3.3.2. Relations