Gilad Eshkoli

Results 13 comments of Gilad Eshkoli

Any updates on FlowLayoutManager ? When I use notifyDataSetChanges() or notifyItemChanged() is scrolled back to the top. @ApmeM

This is somewhat related to the issue. onLayoutChildren is called again when updating the data set and I can't for my life seem to be able to get recycling to...

@JVillella It doesn't work on my end. It returns the last position in the list's data store, even if it is not visible. Always return the last item in the...

But then again, the LayoutManager should handle the different cases of laying out the different itemTypes, isn't it ? I only need to know how to handle case where I...

Anyone here care to help on this issue ? I don't mind doing it myself of course, but I would love for some direction.

But then again, this library isn't utilize GridLayoutManager or StaggeredGridLayoutManager, it has its own GreedoLayoutManager that is arranging items in RecyclerView so how can I use the getItemViewType() correctly without...

Oh thank you very much ! If you will work this out for me, I would really appreciate it :+1:

Hi, @TheAndroidMaster Did you manage to get a solution for this ? It's a bit urgent for me. Trying to set the view's width to match parent based on viewType...

I'll try that, thanks.

Thanks @JVillella. I've tried it and it does work only for the first item in the list if it is a header, meaning it will take the whole row with...