dhimant1990 / AndroidUtils

Utility libraries and classes that can make me(and others) more productive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidUtils

Utility libraries and classes that can make me(and others) more productive.

Available Classes

  • SharedPrefsUtils
  • ExifUtil
  • FileUtils
  • ImageUtils
  • IoUtils
  • LogUtils
  • NotificationIdFactory
  • PathUtil
  • PermissionUtils
  • DateTimeFormat
  • DateTimeStyle
  • DateTimeUnits
  • DateTimeUtils
  • GlobalConstants
  • Utils

Download

Gradle:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
	implementation 'com.github.dhimant1990:AndroidUtils:V1.1'
}