Connect with us

News

Permission Flow for Android – Real-time state of Android app Permissions

In big projects, app is generally divided in several modules and in such cases, if any individual module is just a data module (not having UI) and need to know state of a permission, it’s not that easy. This library provides a way to know state of a permission throughout the app and from any layer of the application safely.

For example, you can listen for state of contacts permission in class where you’ll instantly show list of contacts when permission is granted.

It’s a simple and easy to use library. Just Plug and Play.

Permission Flow for Android on GitHub: https://github.com/PatilShreyas/permission-flow-android
Platform: Android
⭐️: 158
Advertisement

Trending