Search code examples
androidandroid-studiowidgetandroid-widgetseekbar

Create a Seekbar WIDGET


I am wondering if there is a way to create a Seekbar (slider) widget for an app. I know how to create a Seekbar in my app activity but how can I change this Seekbar-value with a widget? I tried to find some information about it in the internet but I couldn't find anything. So I don't know if it is even possible to create Seekbar widgets...

In advance thanks for your answer!


Solution

  • If by "widgets" you mean app widgets, SeekBar is not one of the supported views that you can use in an app widget.