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.
 
Solution

aeric

Expert
Licensed User
Longtime User
 
Upvote 0
Solution

LucaMs

Expert
Licensed User
Longtime User
Great underrated library 😄
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I just don't get why the OP marked HIS post where he encapsulated the real answer ("by aeric") and not the post where the answer was in fact given...
 
Upvote 0
Top