Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 891 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 891 Bytes

Some gathered utilities

This repo is a collection of utilities that otherwise were being copied around all the time. Most remarkable utilities right now are:

  • BindingAdapter with some convenience subclasses for RecyclerView adapters that use DataBinding
  • PaginatedBindingAdapters that combines previous, and also gives RxJava2 pagination support
adapters is top level package (this should be the only include)

Adapters

Other dependencies are common rxutil-api and rxutil-rxjava2

Common RxUtilApi RxUtilRxjava2