Easiest way to ask for user permission in Androidю
- Absurdly minimal API. There're only 3 static methods and one interface with callbacks.
- No annotations, no worry about
onRequestPermissionsResult
, no worry aboutshouldShowRequestPermissionRationale
- Plays nice with ArchitectureComponents, lets your ViewModel implement the interface
from The Android Arsenal
No comments:
Post a Comment