Pritesh Jetpack Compose
This repository is a playground of jetpack compose for Android Developers, I tried to get my hands dirty with challenging UI to build with new UI toolkit Jetpack Compose
Highlights
- Created generic custom grid view to use with Column/Row items which supports dynamic content view - LazyGrid Widget
- Implemented CollapsingToolbarView with help of OneBone-ComposeCollapsingToolbar
- Pager Library from Google Accompanist
Preview
Contributing
- Welcome all kinds of contributions , Feel free to add anything
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request