Skip to content

Arashvscode/EveryThingUtils

 
 

Repository files navigation

EveryThingUtils

It is a FileUtil/AnyThingElseUtils to help developers to work with files / or any thing else , please read the usage and warnings to know how it works.

Configure

Maven

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {
implementation 'com.github.abodinagdat16:EveryThingUtils:v2.2'
}

  • 👇👇⛔

BEFORE YOU USE FileUtils ! READ THIS BEFORE READING USAGE TEXT

  • [] it supports android 11 fully but you must add manage all storage permission or any other ways of accessing android folder , I will try to update it soon but currently you should do that yourself to access android folder , other folders are working well
  • SafUtils have some errors please do not use it yet

Usage

FileUtils

DownloadUtil

NotificationUtils

PermissionUtils

ApkUtils

ImageUtils

PdfUtils

DialogUtils

FragmentView

Buy me a coffee

About

By ArabWare "Programmer Ameer"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%