Package Index

The DroidUX List Pack contains enhanced ListView components with advanced features that make it easy to implement modern design pattern, such as the "Pull-to-refresh", endless data, load on demand, web images, etc.

Compatibility Notes:
Some of the widgets in this package use a proprietary optimization mechanism which is not compatible with hardware acceleration (introduced in Honeycomb, API-11). If you're using the widgets that does not support hardware acceleration (see below), please make sure that the hardware acceleration is disabled at least on the <activity/> level, by setting the hardwareAccelerated attribute to false.

The following widgets in this package do not support hardware acceleration:

  • RoundedCornerDuxListView

For more information on Android's hardware acceleration features, please follow this links:

com.droidux.pack.list Contains classes needed for registration.
com.droidux.pack.list.adapters The widget.adapters.* package contains collection of custom adapters.
com.droidux.pack.list.cache Contains classes and interfaces to provide caching.
com.droidux.pack.list.interfaces
com.droidux.pack.list.widget The widget.* package contains collection of enhanced ListView widgets.
com.droidux.pack.list.widget.pull2refresh The widget.pull2refresh.* package contains collection of custom layout that will add a "pull-to-refresh" functionality to the contained view.