android-DecoView-charting icon indicating copy to clipboard operation
android-DecoView-charting copied to clipboard

DecoView within Recyclerview

Open droidraja opened this issue 9 years ago • 3 comments

The decoview misbehaves within a RecyclerView , the same view gets repeated without creating a new object for the viewholder.

droidraja avatar Jan 23 '16 18:01 droidraja

I don't know if it is related but it really misbehaves when one seriesItem is thicker than the other. This happens after scrolling down and up again:

screen shot 2016-08-01 at 17 26 18

Purple one is 8 dp, gray one is 6dp. Purple one is added first. The actual endPosition is 0. There are values like 20, 84 etc on the dataset.

note: executeReset() did the job

osrl avatar Aug 01 '16 14:08 osrl

I have the same issue. The 5th object in recycler view creates the duplicate of 0th position object.

AdityaChaudhary avatar Oct 13 '16 07:10 AdityaChaudhary

@osrl @AdityaChaudhary @droidraja is there any sample code for DecoView chart implemented on a recycler view? Big help!

kokilaw avatar Oct 18 '17 07:10 kokilaw