using staggered gridlayout manager in recycler view sorting of items in particulate order is possible

社会主义新天地 提交于 2019-12-08 08:08:12

问题


I have recyclerview which is displaying lot of items in card views those views are dynamic height like following pic.

I achieved it but i have an other problem if i apply any order like increase like that iam getting this one.

If we look in 5th and 6th cards are not following order.it is disturbing UI. i know it is happening because of Staggered.

Is there any way without disturbing staggered we can achieve ordering also.

来源:https://stackoverflow.com/questions/42241048/using-staggered-gridlayout-manager-in-recycler-view-sorting-of-items-in-particul

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!