samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.91k stars 1k forks source link

Android: Add Scroll bar view #1870

Open shuvashish76 opened 5 months ago

shuvashish76 commented 5 months ago

Currently we've only a viewbar for articles which lets you know where the current screen is in relation to the maximum height. Adding a scroll button would allow users to jump screen quickly.

Feature request to add it for Main page, Feeds page and article Reading Page. Have a look on this fastscroll library.

shuvashish76 commented 3 months ago

https://github.com/nanihadesuka/LazyColumnScrollbar Android Jetpack Compose LazyColumn scrollbar implementation

Also see: https://github.com/reddit/IndicatorFastScroll popular library by reddit but looks abandoned