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.
-
Add the repository;
repositories { maven { url 'https://jitpack.io' } } -
Add the dependency;
dependencies { compile 'com.TippingCanoe.Divergence:library:0.0.1' }
Love it? Hate it? Want to make changes to it? Contact me at @iainconnor or [email protected].