Riyaz Ahamed

Results 15 comments of Riyaz Ahamed

Sorry for the delayed response. Library do not support for this feature. It would be a good fit to create as an extension. If anyone contributes we can add it.

Currently the library do not support this feature.

Hi, GridLayoutManager supports only the column count (span) and doesn't consider the row count. Even StaggeredGridLayoutManager will not help in this case. You need to build your own layout manager....

Thanks for clarifying. LayoutManagers are set to the recyclerview. So unfortunately, this library doesn't support the use case of multiple layout managers.

**Progress update** Android instrumentation test cases are removed from the library. But still we are able improve the coverage from 55% to 74% (at the time v2.0.0-alpha01). All test cases...

This is a nice feature. Will try and add this once current branch becomes stable. If you want you can send a pull request as well.

This can be achieved by two ways. 1. You can add it like, --DataItemManager (1 item) --DataListManager (multiple items) --DataItemManger (1 item) --DataListManager (multiple items) 2. Using DataGroupManager. Kindly take...

Hi, 2.x version has been released with this feature. Kindly let me know if its working out for you.

Hi @nidhinek, It might be because of the incorrect value returned from ItemBinder's (SingleClassItem) 'canBindData()' method. Note : This is a complete different issue from the original thread, so please...

Hi, Thanks for reporting this issue. Will try to ship out the fix in next release.