Questions tagged [seekbar]

Seek bar is a UI control analogous to a slider. In Android, it is an extension of ProgressBar with a draggable thumb.

1358 questions
-3
votes
2 answers

Draw custom Seekbar on Android

I know there are a lot of libraries about that on GitHub and several questions on stack overflow about this argument. But no of those fit my needs. I just need to draw something like this : The progress line must be yellow with no thumb. Thank…
-3
votes
1 answer

Increment Seekbar progress by 25% with textview display 25%

I am using seek bar in my application.I can increment the progress with 25% and show it on text view. But what exactly I want is that I need that seek bar progress is also increase by 25% but it only increase by as usual. It increase with 1% only.
Vikram
  • 85
  • 1
  • 11
-3
votes
1 answer

Creating a Custom Seekbar

I was creating an app like a book reading app. but i want my app have this ![option][1]. I think all of you have experience of using it, this option allow the reader to scroll to skip the page that they dont wanna read, so can u guys share some…
Beginner
  • 85
  • 10
-4
votes
2 answers

SeekBar Android crash Java

I just started learning android development using android studio, and i finished the "Starting another activity" , I tried practicing on what I've learned by changing the code a bit and messing with it. (The tutorial was about displaying text sent…
NotGI
  • 458
  • 9
  • 21
-4
votes
2 answers

Seekbar progress Level upto a limit between 0 and max

Hello I have a seek bar with max progress value 100 in android. I want that the seekbar can go up to value 50 only between 0-100. It wont allow to progress beyound value 50. My logic is like that I don't want to change max value of progress of…
Khushi
  • 91
  • 2
  • 11
-5
votes
1 answer

when seekbar is zero then set mute icon,seekbar is high from zero then set unmute icon

just change the icon of mute and unmute when seekbar goes to zero mute,while seekbar higher from zero set unmute.how to do programmatically
-5
votes
1 answer

RecyclerView With Multiple Seekbars

How to use multiple seekbars on single recyclerview in which each row has different view ?
yogesh lokhande
  • 1,245
  • 1
  • 11
  • 20
1 2 3
90
91