7 Useful Android Jetpack Compose Libraries You Should Use in Your Next Project
Power Up Your Android Development
Why write custom functionality when a library can do it for you? Developers’ best friends and life savors are libraries. In my opinion, a good project makes use of some of the best libraries available. Jetpack compose is the Android family’s newest and most important member. Here I have compiled a list of 7 Android Jetpack Compose libraries that will help you in your development journey.
1. accompanist
This one is from google. This is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available. It includes libraries like permissions, navigation-animation, drawable Painter, etc. It has more than 5.5k stars on GitHub.