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
A cross platform, compact version of SearchView. Usage instructions: - Add a reference to MiniSearchView library. - Add MiniSearchView custom views with the designer. - Call MiniSearchView.SetItems to set the items. You can change the various colors and the font in the designer...
Do you think I can use this solution?
Thanks in advance for your suggestions.
Luca.