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

Screenshot

Base list rows

Single text element:

Screenshot

Single text element with image:

Screenshot

Single text element with action:

Screenshot

Single text element with image and action:

Screenshot

Double text element:

Screenshot

Double text element with image:

Screenshot

Double text element with action:

Screenshot

Double text element with image and action:

Screenshot

Selection:

Screenshot

Screenshot