Android Question A valid replacement for autocompleteedittext in B4X

YPMN

Member
Licensed User
Longtime User
Greetings,

To create cross-platform (B4X) applications, we are advised to use B4X or XUI views. However, since I was used to using autocompleteedittext to easily create search fields in B4A, I can't find an equivalent view for B4X that allows me to do the same thing just as easily, if not better. Can anyone point me in the direction of the new view that's better for cross-platform development?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Not exactly the same as AutoCompleteEditText but quite similar:
1. MiniSearchView: https://www.b4x.com/android/forum/threads/b4x-xui-minisearchview-autocomplete-field.93564/#content
SS-2018-05-29_15.28.34.png


2. B4XDialog + B4XSearchTemplate (XUI Views): https://www.b4x.com/android/forum/t...log-templates-theming-code.131243/post-826605
1622531039211-png.114343


And there are probably other options...
 
Upvote 0

Alexander Stolte

Expert
Licensed User
Longtime User
And there are probably other options...
One of them:
 
Upvote 0
Top