This is an example App of my own Jetpack Compose Experiments.
The App and the Code you can find here is growing together with my Medium articles which you can find here: My Medium Profile
Feel Free to use snippets for your own projects or contribute if you have ideas for improvements.
The project is not actively maintained. It will grow over time when ever I'm doing something new.
Do you searching for an example of how to create a chip group? Then you are on the right place.
The code can be found within this repository. A tutorial on how you do it can you found in this article: Create a ChipGroup with Jetpack Compose
When you worked a while with Jetpack Compose then you know the struggle with previews when it comes to complex data types.
If you want to learn more you can check out this article: Jetpack Compose with more complex Previews/ Live previews and ViewModels