How is this fast sliding button realized?

clipboard.png
ScrollView and SeekBar?
so how do you map SeekBar to ScrollView?

Apr.11,2021

customize one and then js acquires the sliding distance to scroll the page distance for reference only.


the idea is to customize scrollview and seekbar, to rewrite the onScrollChanged method, call seekBar.setProgress (y/scrollableheiht 100), rewrite the onProgressChanged method of seekbar, and call scrollView.scrollTo (0, progress scrollableheiht)

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d2f2-2c38d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d2f2-2c38d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?