Open ralphilius opened 9 years ago
Have you got any solution ?? :p if yes then please help me , i am facing this issues from many days !
Have you got any solution ??
Nope. I switched to use BottomSheet
instead of SwipeLayout
and I have a universal SeekBar
in the main layout, not in child's xml.
Can you show me your adapter class code?Please
You need to keep track id in your data class and that you should use inside onBindViewHolder(..) before to update UI. Other than this I observed another issue, 1) I'm notifying item with (~100ms) interval and so it does not allow user to scroll down(Up work as expected.) 2) For last 3 item you can observe it's pushing list at bottom and it follow issue #1.
Please update if you also face same.
Hello,
I am using this project in my new app which shows a list of tracks with a play button and a SeekBar progress. I am able to get the tracks playing but I got an issue with updating the SeekBar.
Any suggestion to how I could get it updated properly?
child_item.xml
ListViewAdapter.java