How best do I design a working search bar in an application with MIT App inventor
What do you want to search for?
Assume your handling designning of an online shop but o course there will be a lot of items so with out wasting time you may choose to just search for that particular item of your choice, order and then go so that is what I want to search
which component you planed to use??, dynamic view extension or default list view component.
You would need a database (list or sqlite or online db) that contains your list of products. Then you can search this, having found the product you want re-enter the ordering workflow at that product.
Just intrested in what to do with blocks After creating its UI
Thanks man it's a good start.
I think this will help to start, load your item as a list from anywhere(local or online db) then search items in this way.
test2.aia (12.1 KB)