I\'m attempting to make a dynamic drop down that will be filled by a SQLite table. I have a Cursor object which I can pull the data I need from. I\'ve been able to accompl
Try using a SimpleCursorAdapter instead of copying all the data by hand into an ArrayAdapter.
SimpleCursorAdapter
ArrayAdapter