B4A Library ListViewExtend

ListViewExtend is based on the library CustomListView and is a combination of this library with the listview library.

With this library, you be able to do the same that with the listview library, but with the ability to add up to 3 lines on an item.

Also, you will be able as with the listview library, add the items with or without images (Note: All items are initialized as if they have picture).

We give you access to modify the positions, text colors and others features of the labels of each item including the image.

Unlike the listview library, you can easily change the image of an item.

And finally like the customlistview library, you can create your own item and add it to the list.

Use this library is really easy:
1.- First you should initialize the list and add it to a panel or activity.
2.- Then you should add items.
 

Attachments

  • Example.zip
    383.2 KB · Views: 255
  • Library.zip
    8.6 KB · Views: 199
Top