Search code examples
javaandroidandroid-preferencesseekbarandroid-audiomanager

Android SeekBar preference for AudioManager?


How to make a seekbar preference to change the volume of media in Android?

I have tried RoboBunnies example and thecodeproject by mike114 but none of them have worked for me. How I want it to look is the title and summary above the seekbar then to the right of the seekbar a precentage of how loud the media volume is.


Solution

  • I have found the following library aniqroid and it comes with a class that creates a seekbar preference.