Series of Tutorials to learn about Jetpack Compose, Material Widgets, State, Animation, and Navigation. Easy to search in code and in app. Each chapter module contains it's own content in code. SearchBar can be used to search with a tag or description available for each tutorial.
Recommended section is under constructions for now, when finished it will get recommended tags using previous searches using a database, domain with ViewModel. 
- for example to use the values calculated during the measurement as params for the composition
- of the children. In this example we create a layout that finds longest child and remeasures and updates others to match longest one.
β’ SubcomposeLayout
β’ Constraint
β’ Measurable
β’ Constraint
β’ Placeable
|
| | | | |
Custom layout like whatsapp chat layout that moves time and message read status layout right or bottom based on message width.
β’ Custom Layout
β’ Measurable
β’ Constraint
β’ Placeable
|
| | | |


























