using staggered gridlayout manager in recycler vie

2019-06-07 07:32发布

问题:

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.