kavata9 / KraftBar

Simple Loading bar that behaves like a Toast, Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KraftBar

KraftBar is a simple liblary for showing loading progress, or just toast with style in android.

How do get KraftBar?

  1. Add this to build level gradle file.
    allprojects {
    	repositories {
    		...
    		maven { url 'https://jitpack.io' }
    	}
    }
    
  2. Then add this dependency to app level gradle file.
    dependencies {
            implementation 'com.github.augustusiam:KraftBar:1.0.0'
    }
    

License

This liblary is released under Apache V2.0 License.

About

Simple Loading bar that behaves like a Toast, Android.


Languages

Language:Java 100.0%