Sunday, November 8, 2009

Slider Bar

Something I have been surprised that the Android API doesn't have is a slider component. Something similar to this, maybe http://developer.yahoo.com/yui/examples/slider/slider-ticks.html. The first thing I hope to document on this blog is my search for slider and, hopefully, information about it's successful conclusion.

1 comment:

  1. There is a slider component! It's called SeekBar and its a subclass of ProgressBar.

    http://developer.android.com/intl/de/reference/android/widget/SeekBar.html

    ReplyDelete