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?