Android Question Combobox or Dropdown list

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi all.

I'm looking for a control that works like a dropdown list in HTML.

For example I have a database table with ID and Name fields. I want to load these records into this control and show it to the user. But when the user selects some item it will return the ID but not a name. B4XCombobox doesn't have such option. Spinner doesn't it either.

Any other options?

Thanks.
 

aeric

Expert
Licensed User
Longtime User
 
Upvote 0

Alex_197

Well-Known Member
Licensed User
Longtime User
Thanks.
 
Upvote 0
Solution

LucaMs

Expert
Licensed User
Longtime User
Great underrated library 😄
 
Upvote 0
Top