Tag Archive: Progress

17 Feb

Android SeekBar Example

device-2012-02-17-172907

A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right to set the current progress level or use the arrow keys. Placing focusable widgets to the left or right of a SeekBar is discouraged. SeekBar.OnSeekBarChangeListener A callback that notifies clients when the …

Continue reading »

17 Jan

Simple Progress Bar in Android using Thread

progr

A progress bar is a component in a graphical user interface used to convey the progress of a task, such as a download or file transfer. Often, the graphic is accompanied by a textual representation of the progress in a percent format. A bar that indicates the progression of a task by gradually filling its …

Continue reading »