I want to setup a button, that when clicked on will pull data from my database and fill a list (like when using a spinner). I’ve used popup menus before but haven’t figured out a way to make them float (anyone know how to make the size a float and not pix). Is there a way to have a button pull up a list like a spinner or is it just better for me to change my ui to have the spinner instead of using an clickable image button?
Share
You can create a dialog that takes an adapter of your items
Note that if you need to select multiple items there are methods for multiple choice items.
builder.setMultipleChoice…