Android Spinner Footer
问题 Is there a way to add a footer inside a spinner drop down list? For instance, say I am populating a spinner from a database, but I want a selection at the bottom of the list regardless of how I arrange the list. The list might be "Database Item 1, 2.., 3..." and at the bottom of the list a footer choice of "Add Item to Database." So far I have used your CustomSpinner class as follows: public class CustomSpinner extends Spinner implements OnItemClickListener { private AlertDialog myDialog =