Jun 8, 2020 Replies: 2 hello everyone! This is an example of a pull-down refresh animation that I recently wrote Now open source for your reference Attachments PullToRefresh_.zip 18.6 KB · Views: 518 Click to expand...
hello everyone! This is an example of a pull-down refresh animation that I recently wrote Now open source for your reference
Erel B4X founder Staff member Licensed User Longtime User Jun 8, 2020 #2 I don't recommend modifying CustomListView. It will break other views that depend on it. It shouldn't be too difficult to implement a similar solution without modifying the class: [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh
I don't recommend modifying CustomListView. It will break other views that depend on it. It shouldn't be too difficult to implement a similar solution without modifying the class: [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh
cxbs Active Member Licensed User Longtime User Jun 8, 2020 #3 Erel said: I don't recommend modifying CustomListView. It will break other views that depend on it. It shouldn't be too difficult to implement a similar solution without modifying the class: [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh Click to expand... Thank you for your comments I'm just using CustomListview as an example Hope the source code for everybody a reference
Erel said: I don't recommend modifying CustomListView. It will break other views that depend on it. It shouldn't be too difficult to implement a similar solution without modifying the class: [B4X] CLVSwipe - xCustomListView Swipe actions and pull to refresh Click to expand... Thank you for your comments I'm just using CustomListview as an example Hope the source code for everybody a reference