twintechs / TwinTechsFormsLib

Apache License 2.0
193 stars 73 forks source link

Grouped lists get jumbled on Android #24

Open JoshuaNovak919 opened 8 years ago

JoshuaNovak919 commented 8 years ago

I have a grouped list that is using fast cell. I have a fastcell for the GroupHeaderTemplate and one for the ItemTemplate, but as I scroll the headers and items get all mixed up. Anyone know of a way to fix this issue?

georgejecook commented 8 years ago

The FastCell doesn't support a multiple cell configuration like this, at this time.

I think you might be okay, if you use a non-fastCell for the header. Let me know.

schmidan commented 8 years ago

Using a non Fast Cell did (at least for me) not work either.

georgejecook commented 8 years ago

Ok, for now I’d have to sat that’s an unsupported case.

Feel free to resolve it and submit a pull request; but I’m snowed right now, so you won’t be getting any fix to this for at least a few weeks.

If you have a crack at something, I can give you pointers - you might need to update the cache to support different cell types.

On Oct 13, 2015, at 10:35 AM, Dani notifications@github.com wrote:

Using a non Fast Cell did (at least for me) not work either.

— Reply to this email directly or view it on GitHub https://github.com/twintechs/TwinTechsFormsLib/issues/24#issuecomment-147752716.

JoshuaNovak919 commented 8 years ago

@georgejecook I can try and take a stab at this next week, although i'm not really sure where to begin since i'm not all that familiar with Android code.

schmidan commented 8 years ago

I started updating the cache to support a kind of reuse identifier on Android and iOS but somhow failed miserably =) Hope to get some more time on that next week.

gerardl123 commented 8 years ago

I've made a temporary workaround for this issue on Android. View Issue #19