GalleryFlow components, which are enhancement of the now deprecated Gallery widgets with fixes, advanced features, and other improvements to boost
the performance and polish the behavior of the widgets.
| DuxAdapterView.OnItemClickListener | Interface definition for a callback to be invoked when an item in this DuxAdapterView has been clicked. |
| DuxAdapterView.OnItemLongClickListener | Interface definition for a callback to be invoked when an item in this view has been clicked and held. |
| DuxAdapterView.OnItemSelectedListener | Interface definition for a callback to be invoked when an item in this view has been selected. |
| ViewEffectLayout.ViewEffect | An implementation of this class can be used to apply custom effects to
the item views of GalleryFlow widgets, if the item views are wrapped
by the ViewEffectLayout. |
| DuxAdapterView<T extends Adapter> | A ViewGroup whose children are determined by an Adapter. |
| DuxAdapterView.AdapterContextMenuInfo | Extra menu information provided to the onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this DuxAdapterView. |
| GalleryFlowCarousel | A GalleryFlow widget that flows in a circular/radial path (like a carousel). |
| GalleryFlowCover | A GalleryFlow widget with a linear flow that you can use to create effect similar to the cover flow effect. |
| GalleryFlowScale | A GalleryFlow widget with a linear flow that you can use to create a scale effect. |
| GalleryFlowView | An abstract base class for GalleryFlow widgets. |
| GalleryFlowZoom | A GalleryFlow widget with a linear flow where you can have a zoom effect. |
| ViewEffectLayout | A special layout that can be used to wrap the item views of GalleryFlow widgets to add some effect, such as reflection, fade, dim, etc. |