Android Question [B4X] App Search

luke2012

Well-Known Member
Licensed User
Longtime User
Hi All,
I'm developing a B4X App (B4XPages app) and I have to implement cross platform search system.

APP PURPOSE
The app contains a map that represents data of some companies and normally the user accesses these company cards following a category navigation hierarchy: Category / Sub Category -> companies card --> company card.

APP SEARCH
I would need to allow the user to have a (cross platform B4A & B4i) search system that by typing free text the search allows me to show (dynamically) all the company cards that correspond to the search that the user is carrying out, for example starting from 2 / 3 initial letters that the user enters.

Within the community I found a possible solution by @Erel: [B4X] [XUI] - MiniSearchView AutoComplete field

Do you think I can use this solution?
Thanks in advance for your suggestions.

Luca.
 
Last edited:
Top