In my Android application, I am using spinner, and I have loaded data from the SQLite database into the spinner, and it\'s working properly. Here is the code for that.
just use this:
ArrayAdapter adapter_category = new ArrayAdapter(this, R.layout.spinner_list_item, categories); adapter_category .setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);