Android Question Quick search for an item in a spinner with hundreds of products

fifiddu70

Well-Known Member
Licensed User
Longtime User
hi everyone, I have an order management app that uses a sqlite database with about 50 tables inside called: Field1 -Field2 - and so on, in each table there are hundreds of products that are inserted into a spinner, the user will then click on the product to view it in a list, I would like to be able to speed up the search for the product without searching for it in the spinner when there are too many items, can anyone tell me how to do it?
 

aeric

Expert
Licensed User
Longtime User
I think it is better to use B4XSearchTemplate
Check the video at 0:48

or
 
Upvote 1

fifiddu70

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top