Gencycler icon indicating copy to clipboard operation
Gencycler copied to clipboard

Gencycler is the fastest way to write RecyclerView adapters

Results 7 Gencycler issues
Sort by recently updated
recently updated
newest added

Resource IDs will be non-final in Android Gradle Plugin version 7.0, avoid using them as annotation attributes This is a problem because it means I won't be able to use...

bug
help wanted
v3

Currently, the processer generator generates the adapter with the `GencyclerRecyclerAdapter` which adds many benefits to the class. I want to allow the generated code to work with other types of...

enhancement
v3

I want to have unit tests to know that the code I write is safe to use in different cases and that It will be a safety net for future...

bug
v3

Currently, every view that has an `id` in the layout file associated with the `ViewHolder` will generate a view. I want to be able to skip views that I don't...

enhancement
v3

Currently, the name of the generated view in the `ViewHolder `is converted from the provided `id`. The naming converter expects the id to be in a lower underscore case and...

enhancement
v3

Hi, is there a plan to add support for DiffUtil or AsyncListDiffer ?