Skip to content

BanDroid/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:v1.3'
}

  • 👇👇⚠️⛔☢

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

Usage

ApkUtils

ImageUtils

PdfUtils

About

By ArabWare "Programmer Ameer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages