ListIcon for Android

Just starting out? Need help? Post your questions and find answers here.
IdeasVacuum
Posts: 143
Joined: Tue Feb 25, 2014 1:27 pm

ListIcon for Android

Post by IdeasVacuum »

For an Android App.

ListIcon: There are number of things I need to do:

1) Set the Column Header Height;
2) Insert Icons (images), preferably in Column 1, if necessary Column 0;
3) Set the minimum Row Height
4) Allow multi-line rows
5) Justify the columns (Left/Centre/Right)
6) Apply individual row colours

At runtime, need the ability to programmatically change the icons and row colours (as we can in PB).

Concerning the icon images, they cannot be loaded from a URL as internet services are too unreliable in many regions. Ideal world would be as we can in PB - DataSection and CatchImage() ..........