Search code examples
androidprogress-barswipe

Android progress bar with swipe


I'd like to create application with many pages and scrolling it by swipe on the top line. Something like this. I think it's a progress bar view, but how I can implement scroll handler? Maybe there are some ready-made options or libraries?


Solution

  • Its SeekBar from standart Android UI components.