Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 526 Bytes

VariousUtils

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

Requirements:

Android api 4.3+:

Add to dependencies:

implementation 'com.github.gerp83:VariousUtils:1.08'

Lisence

wtfpl

I hope this can make your job easier, happy using utils!