brancooo1 / NewUi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewUi

This is a test UI for multiselection ListViews in Android. It provides a sample ListItem containing a name, details and an image. Android provides two different ways of implementing ListViews: ListView and RecyclerView. The Activities containing the different implementations can be found in the packages listviewlist and recycleviewlist respectively.

More general information regarding the creation of lists in Android can be found here. Further reading on RecyclerViews can be found here and here.

The aim is to provide two different implementations that support the following operations:

  • A contextual ActionBar that allows the user to execute contextual actions (more information here).
  • Multiselection of items within the list.
  • Batch operations on selected items.
  • (Drag & Drop functionality to reorder items in the list).

About


Languages

Language:Java 100.0%