Class Index

D L O P R V

D

DroidUxListLib A class to manage the registration of the component library. 
DuxAutoScrollListView A DuxListView that support request to bring certain position to view. 
DuxAutoScrollListView.OnScrollChangedListener Listener to be called when the view's internal scroll has changed. 
DuxListActivity A replacement of ListActivity when using the DuxListView instead of the ListView as the listview widget. 
DuxListView An extension of ListView with performance optimization and additional features. 

L

ListUrlImageAdapter Extended Adapter to be implemented when the underlying data need to download images from URLs. 
ListUrlImageAdapter.Request A Request object is used to add image url to the queue for download from the web. 
ListUrlImageCache A cache that holds the downloaded web images. 
ListUrlImageCache.Default Default implementation of the ListUrlImageCache. 
LoadOnDemandAdapter Extends Adapter to provide data "on-demand" when used with widgets that supports it, such as the DuxListView

O

OnRefreshListener Interface definition for a callback to be invoked when a view/adapter needs to be refreshed. 
OnRefreshListener.Standard Standard implementation of the OnRefreshListener  

P

PullToRefreshInterfaces Provide the contracts and objects related to com.droidux.widget.pull2refresh Pull-to-refresh widgets. 
PullToRefreshInterfaces.Factories  
PullToRefreshInterfaces.Factories.LoadingViewFactory This factory create new instance of com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView. 
PullToRefreshInterfaces.PullDirections The direction of the pull. 
PullToRefreshInterfaces.States The possible states of the com.droidux.interfaces.PullToRefreshInterfaces.Views.LoadingView  
PullToRefreshInterfaces.Views  
PullToRefreshInterfaces.Views.LoadingView Represents a view displayed while loading more data. 

R

RoundedCornerDuxListView An extension of DuxListView with a rounded corner. 

V

VerticalEdgeDetector A helper class to detect vertical edges. 
VerticalPullToRefreshLayout A custom layout to add the "Pull-to-refresh" feature (similar to the one implemented in the official Twitter app).