Since: API Level 2.5
package

com.droidux.pack.commons.widget

The widget package (and subpackages) contains (mostly visual) UI elements to use on your Application screen. If you are not familiar on how to use widgets in Android, we recommend that you first read the Android Developer's Guide.

DroidUX component library contains high-quality, high-performance, and easy to use widgets that makes developing high-quality and user-friendly Android application much simpler. The widgets that are included in this library are either enhanced version of the standard widgets that are part of the Android SDK, or new widgets with features that will improve your application usability and user-friendliness.

Interfaces

RotarySelector.OnDialTriggerListener Interface definition for a callback to be invoked when the dial is "triggered" by rotating it one way or the other. 
SlidingTab.OnTriggerListener Interface definition for a callback to be invoked when a tab is triggered by moving it beyond a threshold. 

Classes

ColorButton A Button widget with tinted/colorized background. 
ColorImageButton An ImageButton widget with tinted/colorized background. 
RotarySelector Custom view that presents up to two items that are selectable by rotating a semi-circle from left to right, or right to left. 
SlidingTab A special widget containing two Sliders and a threshold for each. 
UrlImageView Extends the ImageView to work with remote/web images.