B4A Library CustomListView3

I decided to share my library and the About screen. The About Screen is similar to "CA Lottery" App but without the top image.

Add about screen simple and fast.

The CustomListView3 and CustomListView4 uses the following libraries and not fully integrated.
1. AppCombat v2.00
2. Material Icons v1.07 (1341 Icons)
3. Design Support v0.30
4. Reflection v2.40
5. StringUtil v1.02

Please note: Some of those libraries requires donations if you use it. This library was modified to use with .AddTextItem and .UpdateTextItem only. .UpdateTextItem is same as .InsertAtTextItem. I will clean this up later.

v1.31
* Renamed library to CustomListView4. Not backward compatible
* 3 arguments added to .AddTextItem (OverFlowColor, Selection Type and Selection Color)
* CLV4 Code demonstration available in About project

v1.29
* Correction with layouts and center gravity
* Removed SetIconMenuColor method call. Use it with .AddTextItem
* minor bugs and improvements

v1.27
* Initial Release
 

Attachments

  • About.jpg
    About.jpg
    128.2 KB · Views: 521
  • CustomListView3 Library v1.29.zip
    12.9 KB · Views: 247
  • About Example with v1.29.zip
    101.8 KB · Views: 223
  • CustomListView4 Library v1.31.zip
    13.1 KB · Views: 258
  • About Example with v1.31.zip
    103.3 KB · Views: 273
Last edited:
Top