android-seekbar Questions

4

Solved

I have a customized Android seekbar like this, and the positions where it can move to. And it starts from the middle: I want to move the slider first and then check if it's saved. I have a metho...
Fishwife asked 4/3, 2016 at 15:28

4

I want to use a SeekBar in my android app. My minsdk version is must be 23. The compiler said setMin of SeekBar needs at least API level 26. Do I need some special support library for a simple S...
Marashio asked 27/1, 2018 at 19:43

7

Solved

I have a listview with seekbar, each seekbar represents 100% of a value of product. By moving the seekbar the % value can be changed, I want to show the change in value along the seekbar while the ...
Outfield asked 21/1, 2017 at 1:51

26

Solved

I wanted to style a seek bar which looks like the one in the image below. By using default seekbar I will get something like this: So what I need is to only change the color. I need no extra ...
Mortonmortuary asked 23/4, 2013 at 7:16

3

Currently I'm working on custom SeekBar with gradient like this one. I've tried to implement seekbar with my own styles. So I did like that: ... <style name="GreenSeekBar.Static.NoThumb"> &...
Marketa asked 24/3, 2015 at 13:35

5

Using new material design slider com.google.android.material.slider.Slider. The documentation is quite poor for it as it has been just recently released. Trying to get value from slider but no luck...

2

I need some help, I want to make a recycle view containing audio in each item, how to play the audio when press play button and set progress to seekbar and at the same time pause other sound and co...

7

Solved

When using a custom thumb drawable with a SeekBar view, the thumb drawable is clipped at the left and right edges of the view. How can I fix this behavior?
Gombroon asked 26/5, 2010 at 11:47

13

Solved

I have a simple player and recorder. Everything works great but have one problem. I want to add seek bar to see progress in playing record and use this seek bar to set the place from the player sho...
Gondar asked 18/6, 2013 at 11:55

4

Solved

I've just discovered the seekbar discrete widget in android studio, i found it very usefull but i can't figure out how to remove the step indicators, or changing them with more appropriate drawable...
Icaria asked 15/2, 2017 at 8:8

1

Solved

I am new to Android and i am learning SeekBars. in Google material design site i found Sliders from (com.google.android.material.slider.Slider) package instead of seekbars. I wonder what the differ...
Bibliopegy asked 17/12, 2020 at 19:52

6

Solved

I have this SeekBar: <SeekBar android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="26dp" android:id="@+id/seekbar" android:visibility="gone" ...
Apply asked 25/8, 2015 at 19:18

4

Solved

Yesterday I was looking for sliders in Android and found this website with the Google search: https://material.io/guidelines/components/sliders.html#sliders-discrete-slider I know that I can use a...

13

I am using a SeekBar in my Android app. When a user single taps anywhere on the SeekBar, its progress value is changed. I only want the progress value to change when the user slides the SeekBar thu...
Tot asked 26/2, 2011 at 9:24

8

Solved

I have a seekbar, while moving it I want to change values from 0 to 200. I have a TextView, where I display those values while moving the seekbar. But I don't want to have every value from that int...
Tradespeople asked 7/9, 2011 at 5:19

2

Solved

I want to create a custom SeekBar, but I get this problem where the progress is not following the thumb of the SeekBar at certain places (around progress value from 0-10 and from 90-100). I believe...
Sinistrocular asked 19/5, 2020 at 11:41

8

Solved

I am looking for a library or open source project that provides UI for trimming videos as you see in the screenshot. Including Range selector with ability to increase, decrease and move t...

4

Solved

My seekBar style is android Widget.AppCompat.SeekBar.Discrete. I have my own tickMarker but as you can see it shown in front of thumb marker, but I don want to see ticks behind of thumb. what I wa...
Armrest asked 5/1, 2017 at 16:45

2

Solved

I want to have a thumb for both min and max for my seekbar. You should be able to drag both thumbs independently.

1

Solved

I'm trying to make some Seekbar for my app as a distance value. I had liked it to looks something like this (image was taken from - link): Can someone please show a simple example of how to make...

0

I have discrete seekbar on which I want to change color of custom made tick marks as well on progress but I was unable to find solution for that. I have read that there is a bug in AppCompatSeekbar...
Wymore asked 3/8, 2019 at 8:45

2

Solved

I have a custom seekbar with drawable and it is working fine, i am trying to make tooltip text on user action over the seekbar, is there any way without using third party library, i have posted the...
Redintegration asked 17/7, 2019 at 6:37

0

What I'm trying to do is something like the image below. voices notes inside a recyclerView using MediaPlayer. Audio should play when the play button is pressed and when the audio ends set the s...

4

Is it possible to use data-binding for a SeekBar or ProgressBar in Android? I have this data element: <data> <variable name="foo" type="com.example.Foo" /> </data> If I refe...
Georgeanngeorgeanna asked 11/7, 2015 at 18:34

2

Solved

I am playing mp3 file from url, but SeekBar is not updating while playing song. When i am trying to move forcefully then song playing from start. Below code i am using to play and update SeekBar....

© 2022 - 2025 — McMap. All rights reserved.