Top "Seekbar" questions

Seek bar is a UI control analogous to a slider.

Android Seekbar with two thumbs

Variations of this question can be found all over the internet but not an answer. I want a seekbar with …

android range seekbar
Add dynamic text over Android SeekBar thumb

I'm trying to make this custom SeekBar in Android 2.2 and everything I do seems to be wrong! I'm trying to …

android seekbar
How to display some value on seekbar as default?

I have a seekbar for example: from 0 to 10. How can I make if I want to set seekbar to 5 as …

android default seekbar
How can I get a working vertical SeekBar in Android?

I've implemented the commonly-pointed-to VerticalSeekBar post here. As it is, the SeekBar operates a little quirky. Here is my slightly …

android seekbar
Android SeekBar to control MediaPlayer progress

I have a SeekBar, it displays correctly MediaPlayer progress. However, I have troubles with seeking - if I seek scroll …

android media-player seekbar seek
Changing TextView Opacity in Android

So I'm trying to dynamically change the opacity of a TextView in my android app. I have a seekbar and …

android textview opacity seekbar
Discrete seekbar in Android app?

I would like to create a seekbar for an Android app that allows the user to select a value between …

android seekbar
Modifying the Android seekbar widget to operate vertically

I'm trying to get a vertical seekbar going with the emulator, but I'm sort of stuck. I can get the …

android layout widget seekbar
Change size of Android-Seekbar?

I have a question concerning seekbars. I tried several things but nothing helped. I want to change the height of …

android seekbar
How to customize the look of a SeekBar in Android?

I use a SeekBar in my application and I would like to customize it a little bit. I already figured …

android seekbar