CustomListView help

beto1062

Member
Licensed User
Longtime User
Hi I´m playing with the example.

I have a Data Table with Labels and quantyties.
With a Timer I go trought the internet and get some values.
In any value change I need to go and search the Item in the customlistview and change it.
How can I do it?
And.. can I SORT the customlistview ?

I'm trying to do something like "Tader Pulse" ( see: https://market.android.com/details?i...id.traderpulse )

Thanks
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
There are several ways to implement it. How do you search for an item? Assuming that each item has a unique ID, you can create a Map that maps this ID with the item index. You can then call GetPanel to access the item's panel.

CustomListView is a UI object. You should sort the items with a regular List and then add the items from the list.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…