Gil G.
Gil G.
Jetbrains [Class header formatting coding conventions](https://kotlinlang.org/docs/reference/coding-conventions.html#class-header-formatting) They state that: > For multiple interfaces, the superclass constructor call should be located first and then each interface should be located in a...
EditText size is cut to 20% size if device is RTL but the view itself is working good
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...
Support other variables like int, float, double and so on. Add json printing support
Uses reflection for autonaming very bad performance You can add application extension to get current class name