Hello,
I have a set of objects. Each object is an imageview + properties.
This set will grow without limit.
What is the best solution to filter these objects upon one property ?
For example :
Object1 Imageview1 Group1
Object2 Imageview2 Group1
Object3 Imageview3 Group1
Object4 Imageview4 Group2
Object5 Imageview5 Group2
I need to do something on all imageviews of group2.
I could scan each object with a For Each loop but it may be quite long with a lot of objects.
I could copy all properties in a database, a table or in a map and filter the database, the table or the map. Is it possible to filter a table or a map ?
What is the most efficient solution ?
I have a set of objects. Each object is an imageview + properties.
This set will grow without limit.
What is the best solution to filter these objects upon one property ?
For example :
Object1 Imageview1 Group1
Object2 Imageview2 Group1
Object3 Imageview3 Group1
Object4 Imageview4 Group2
Object5 Imageview5 Group2
I need to do something on all imageviews of group2.
I could scan each object with a For Each loop but it may be quite long with a lot of objects.
I could copy all properties in a database, a table or in a map and filter the database, the table or the map. Is it possible to filter a table or a map ?
What is the most efficient solution ?
Attachments
Last edited: