Skip to content

A blanket library for common classes used in Android applications. Currently, this has base classes for Recycler view adapter, PagedListAdapter and ViewPager using views

License

Notifications You must be signed in to change notification settings

jyothiasapu/blanket

Repository files navigation

Blanket Library

If anyone want to use this library in their project, Please include the below dependency into their app/build.gradle

// Blanket library
implementation 'com.github.jyothiasapu:blanket:1.0.2'

root directory -> build.gradle:

buildscript {
    repositories {
        .....
        maven { url 'https://jitpack.io' }
    }
}

allprojects {
    repositories {
        ....
        maven { url 'https://jitpack.io' }
    }
}

This application contains below code:

About

A blanket library for common classes used in Android applications. Currently, this has base classes for Recycler view adapter, PagedListAdapter and ViewPager using views

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages