Situation:
I need to choose an item from a large list of options (coming from a MySql table)
a) Currently I use "ComboBox" with all the elements pre-loaded to select an Item. When they are few, it is the right view.
b) What view would be correct for cases where you want to select an Item from hundreds available?
Note: Looking at the B4XTable search I would like something similar with data taken from a MySQL table
I need to choose an item from a large list of options (coming from a MySql table)
a) Currently I use "ComboBox" with all the elements pre-loaded to select an Item. When they are few, it is the right view.
b) What view would be correct for cases where you want to select an Item from hundreds available?
Note: Looking at the B4XTable search I would like something similar with data taken from a MySQL table