allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.JaeWoongOh:Uni:v1.5.5'
}
- Executes on pre initializes the view in layout
- Executes on background thread
- Executes on post initializes the view in layout