Mohammad Hamdan
Mohammad Hamdan
I have created an extensible annotation processing library that has these features - Annotations based. - Auto validation handling. - Auto finds view by id. - Support custom annotations. -...
has any progress?
@nikhilbansal97 Thank you, could you contribute to this?
@nikhilbansal97 Thank you :D
Hi @nikhilbansal97 Sorry for bothering you, but I want to ask if there is any update from your side, or should I work on it?
Any update on this? Because it's happening with the deep link too
Any update?
@nicous Now I can use something like this ``` GridRecyclerConfiguration.create() .numColumns(3) .gridLayoutInfoFactory { c, _, _, _, _ -> GridLayoutInfo(GridLayoutManager(c, 3)) } .build() ``` But I can't use something like...
Any update or workaround?