ExpandableListView
+ RecylerView
(for child items with Horizontal Scroll)
Simple example showing how to use WearableListview for Android Wear. Implements OnCenterProximityListener
interface to change view style when focus on some list items.
Sample code that shows how to make ListView or other views support the swipe-to-dismiss Android UI pattern.
Allows very smoothly animated and versatile addition and removal of ListView items [mostly] regardless of layout complexity, unlike traditional SwipeDismiss implementations.
This project demonstrates how to create a ListView in Android that combines the behavior of CHOICE_MODE_SINGLE
and CHOICE_MODE_MULTIPLE_MODAL
. This means that an item in the list can be opened and simultaneously multiple items in the list can be chosen.