Awesome
Loader
A library to load text, rss, and ddg intant answers easily in android
Installation
Add the following dependency to your build.gradle
file:
dependencies {
implementation 'io.posidon:android.loader:0.0.1'
}
And also make sure that the jitpack.io
repository is included
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}