0

I have the following challenge. I need to show a list of people including their photo and name in a dropdown box, so that one person can be selected for further processing by the application. It seems that the Spinner is the appropriate widget for implementing what I need. From the post Android Bind Spinner to Class I understand I need to implement a custom ArrayAdapter, but I am fairly new to Android and haven't been able to find a good tutorial or explanation that shows me how to do it. I would appreciate if you could share some sample code that implements a custom ArrayAdapter or a suggestion if there is another simpler way to solve my problem.

Community
  • 1
  • 1
celerit
  • 1
  • 1

1 Answers1

0

Luckily, I found a tutorial which has the information I needed at Custom ArrayAdapter for Spinner, with different icons. Hope this helps others as well.

celerit
  • 1
  • 1