Skip to content

TippingCanoe/Divergence

Repository files navigation

Divergence

Introduction

Divergence is a way of managing and maintaining an Android RecyclerView.Adapter that contains many sub-adapters. It lets you concentrate on writing individualized business logic in small, understandable adapters, and removes the complexity of dealing with the global adapter state.

Installing

  1. Add the repository;

    repositories {
    	maven {
    		url 'https://jitpack.io'
    	}
    }
  2. Add the dependency;

    dependencies {
    	compile 'com.TippingCanoe.Divergence:library:0.0.1'
    }

Contact

Love it? Hate it? Want to make changes to it? Contact me at @iainconnor or [email protected].

About

You need to diverge to adapt.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages