Top "Seekbar" questions

Seek bar is a UI control analogous to a slider.

Android seekbar with custom thumb having dynamic text inside it

I want to create android custom SeekBar having thumb with text inside it to show current seek position. Here is …

android seekbar
Custom thumb for a seekbar in Android

I want to create a custom thumb for seekbar that should look like this: One solution could be this one, …

android seekbar custom-selectors
Android ProgressBar.setProgressDrawable only works once?

In a color picker, I have 3 SeekBars for Hue, Saturation, and Value. Calling setProgressDrawable on these SeekBars only works once …

android seekbar
Android How to add intervals texts in a seekbar

I am using a seekbar, and I want to add certain marks in the seekbar with text to use it …

android seekbar
Android seekbar set custom style using nine-patch images

I am trying to create a custom-styled seekbar. I have two nine-patch images one is a gray stretching bar search_…

android progress fill seekbar nine-patch
HTML5 video seeking on iPad

I have an HTML5 video player with a custom seek bar, that's working great on the iPhone (playing inline) and …

ipad html5-video seekbar
How to make SeekBar take up full width of parent

I have a SeekBar in a RelativeLayout whose width is equal to the screen width. I applied layout_width="match_…

android android-layout seekbar android-seekbar
Seekbar or progress bar with multiple colors

I want to create a bar like this initially when progress is zero it will be a fade in color …

android progress-bar seekbar
Seekbar for two values [-50, 0, 50]

I need to place "start point" in center of seek bar. How can i do like this?

android seekbar
How do I put a seek bar in an alert dialog?

I want an alert dialog box to pop up after I click a button to have a seek bar so …

android dialog alert seekbar