Skip to content

An Android library project that provides various common utilities.

License

Notifications You must be signed in to change notification settings

dream09/MagicUtils

Repository files navigation

MagicUtils

An Android library project that provides various common utilities. This project was developed in Android Studio.

Adding MagicUtils to your project

1. Gradle dependency (Android Studio)

  • Add the following to your build.gradle:
repositories {
       maven { url "https://jitpack.io" }
}

dependencies {
       compile 'com.github.dream09:MagicUtils:v1.0'
}

2. Maven

  • Add the following to your pom.xml:
<repository>
      	<id>jitpack.io</id>
       <url>https://jitpack.io</url>
</repository>

<dependency>
       <groupId>com.github.dream09</groupId>
       <artifactId>MagicUtils</artifactId>
       <version>v2.1</version>
</dependency>

3. Jar file only

  • Get the latest release .jar file from the releases area
  • Copy the MagicUtils-X.X.jar file into the libs folder of your Android project
  • Start using the library

Contributing to MagicUtils

If you wish to contribute please create a feature branch from the develop branch and name feature-yourfeature.

About

An Android library project that provides various common utilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages