android-DecoView-charting
android-DecoView-charting copied to clipboard
DecoView within Recyclerview
The decoview misbehaves within a RecyclerView , the same view gets repeated without creating a new object for the viewholder.
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:
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
I have the same issue. The 5th object in recycler view creates the duplicate of 0th position object.
@osrl @AdityaChaudhary @droidraja is there any sample code for DecoView chart implemented on a recycler view? Big help!