By skfauzdar
via androidaspect.com
Submitted: Jan 04 2013 / 13:19
SeekBar is one of the useful user interface element in android applications. SeekBar is an extension of ProgressBar that allows the selection of integer values using a natural user interface. Basically SeekBar has a thumb that you can slide to choose a value between 0 and some maximum that you set.
Add your comment