This class is similar to B4A SearchView class. It allows the user to filter a list of items based on a term (prefix matches first followed by other matches).
It uses the new RichString class to highlight the matching terms. Note that the scrolling and filtering performance in release mode are very good. It can be a bit jumpy in debug mode.
New version of SearchView is now available. It is implemented as a custom view. It also properly handles the keyboard state.
It uses the new RichString class to highlight the matching terms. Note that the scrolling and filtering performance in release mode are very good. It can be a bit jumpy in debug mode.
New version of SearchView is now available. It is implemented as a custom view. It also properly handles the keyboard state.
Attachments
Last edited: