SeekBarPreference is deprecated?

640 Views Asked by At

I was searching and i saw only old examples of SeekBarPreference and i tried do it in XML but intelsense don't detect it or if I do ctrl+space or other things don't show.

So I went to check Android developers and I went in this site and in the left side, on Classes you don't see SeekBarPreference so I want to know if it is deprecated or something to replace that.

1

There are 1 best solutions below

3
On

yah i remember that one. Now you can extend preference and create your own seekbar. there is alot of 3rd party libraries to get this done:

I personally use this one but there is alot out there just google:

sliderpreference