Renderers icon indicating copy to clipboard operation
Renderers copied to clipboard

Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.

Results 2 Renderers issues
Sort by recently updated
recently updated
newest added

We are going to update all the project documentation and add a new module supporting Kotlin properly. We will make the library more idiomatic and kotlin friendly so our Android...

enhancement
kotlin

As it turns out, Kotlin synthetic properties cache works by default on `Activities`, `Fragments`, and `Views`, but it does not do so for `ViewHolder`. They fixed this as of Kotlin...

enhancement
help wanted