PermissionsDispatcher Library to make Easier Permission Requests

Full project with source code to request certain “dangerous” permissions at runtime. This process usually needs a lot of if/else checks, but the PermissionsDispatcher library simplifies this with the use of annotations. We will learn how to request a permission, how to show a proper rationale and how to handle situations when the user granted … Read more