Gencycler
Gencycler copied to clipboard
Gencycler is the fastest way to write RecyclerView adapters
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...
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...
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...
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...
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...
Hi, is there a plan to add support for DiffUtil or AsyncListDiffer ?