Jay
Jay
Make sure you added ```kotlin androidExtensions { experimental = true } ```
What do you mean? Can you elaborate on that?
any demo project / sample code?
Pls provide demo project / sample code
Hi @zazu27 , section in grid is not support yet.
What do your "multiselect" function means?
You can simply add a flag to control the selection state of the cell to achieve that.
Hi, could you provide a demo project? Is your header a `EditText` and want to interact with it? If yes, this library does not support it yet since it simply...
Same issue, when i click the button to login again, it will redirect to authorisation page even I sign in successfully before. What I expect is the `success(Result result)` should...
Static factory methods pattern is suggested in the `Effective Java`. However, in kotlin world, I agree with @VasileUngureanu :)