Skip to content

A library to load text, rss, and ddg intant answers easily in android

License

Notifications You must be signed in to change notification settings

lposidon/android.loader

Repository files navigation

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' }
    }
}