Top "Seekbar" questions

Seek bar is a UI control analogous to a slider.

Changing the size of the seekbar programmatically but cant get the thumb to be larger than the bar

I have to make a seekbar where i can change almost everything programmatically. And now I'm having a problem to …

android scrollbar seekbar
SeekBar with decimal values

Do I create a create SeekBar that uses decimal values? For example, it would display 0.0, 0.1, 0.2, 0.3, ..., 5.5, 5.6, 5.7, ..., 9.9, 10.0

android seekbar
Android Vertical Seek Bar like Google Play Music App

I want Vertical seekBar like below image (for android 4.O+)). its in Google Play Music App. i have tried below …

android seekbar
Android: SeekBar Increment Value - How To

My SeekBar (slider) works just fine but, it increments/decrements by one's as I slide my finger but, I want …

android slider increment seekbar
Android Audio SeekBar

I'm trying to create something where a single audio file is played and can be paused and manipulated with a …

android audio media-player seekbar
Android Remove SeekBar Background

Is there a way I can remove the background bar image in the SeekBar android widget? I just want it …

java android seekbar
Android: SeekBar onProgressChanged-event doesn't get fired when setting progress programmatically

My onProgressChanged()-event doesn't get fired when I set the progress of a SeekBar programmatically, but it does get fired …

android seekbar
Android - SeekBar starting point

I have two SeekBar in my view, and I declare them similarly in the layout: <SeekBar android:id="@+id/…

android seekbar
How to use a Seekbar in android as a seekBar as well as a progressBar simultaneously?

I intend to write a custom media controller for my app. I was planning to use seekbar to do both …

android progress-bar seekbar mediacontroller
Multiple SeekBars listener

I have multiple seekbar on the same view : barheures = (SeekBar)findViewById(R.id.barheures); // make seekbar object barheures.setOnSeekBarChangeListener(this); // …

android android-layout seekbar