iOS Question ios listview

Ramezanpour

Active Member
Licensed User
Longtime User
hi,
i want to create a book

we dont have listview in b4i ?

how can create listview in b4i

i connect listview items to database file
 

Ramezanpour

Active Member
Licensed User
Longtime User
You can use DBUtils.ExecuteList to create a List collection with the data. You can then go over the items and add them to the custom list view:
B4X:
For Each item In List1
clv.AddTextItem(item, item)
Next
tnx
but i cant work with this

i'm easy with library

please write listview lib or add this add view please :) :X
 
Upvote 0
Top