xstar97 / EasyUtils

A fully "functional" an easy to use android utility library!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyUtilsMod

A fully "functional" an easy to use android utility library!

Current version of EasyUtils library:

//project gradle
allprojects {
    repositories {
    ...
    maven { url 'https://jitpack.io' }
     }
  }
  ...
 //App gradle
compile 'com.github.Xstar97:EasyUtils:"LATEST_VERSION"'

This project contains a fully implemented library example and a apk's to try out the library!

About

A fully "functional" an easy to use android utility library!

License:GNU General Public License v3.0


Languages

Language:Java 100.0%