CardScrollView creates a view that shows a horizontally scrolling list of views, referred to as cards.
CardScrollView creates a view that shows a horizontally scrolling list of views, referred to as cards. The child views come from the CardScrollAdapter associated with the card scroller view. Each card has a unique Object identifier and represents a certain Object item. Conceptually, a card scroller displays a key-value database, where each card graphically represents the value (item) that is associated with the key (id).
CardScrollView will notify you using the listener
interfaces from AdapterView
both when an item being selected and when an item is clicked .
- An item is selected after the user finishes scrolling through the list and the view settles on that item.
- An item is clicked when the user taps the touchpad while that item is currently selected.
YOu should be using this tag if your question is related to the use of CardScrollView class or its APIs.