List Component
Description
List component gives a possibility to show sets of data. Using it developer can define how should be lists of elements shown in his own Android application. Our list component base on RecyclerView, so it gives basic functionalities that are very important for every Android application:
- Very good performance
- Easiness of implementation
- Asynchronous images loading
- Various row types
- Various events to interact with list and elements
List element can display various elements:
- Text
- Images
- Selection
- Action (Button, Switch)
List support various events:
- Swipe left/right on element
- Element clicks
- Remove of an element
- Drop down (change position of element in list)
- Load elements on end of list
Example of list
Base list rows
Single text element:
Single text element with image:
Single text element with action:
Single text element with image and action:
Double text element:
Double text element with image:
Double text element with action:
Double text element with image and action:
Selection: