A couple helpful utils for faster coding:
- handle ProgressDialog and AlertDialog faster
- get R file identifiers
- logging
- navigating Activities/Fragments faster
- easy intent calls and can add parameters easily
- handling permissions
- handling SharedPreferences
- custom font handling
Android api 4.3+:
Add to dependencies:
implementation 'com.github.gerp83:VariousUtils:1.08'
I hope this can make your job easier, happy using utils!