How to get values into the spinner from the DB. I want to display values or datas on UI from DB. Is it cursor necessary to use to populate the values onto the UI?
yes, cursor is required to fetch result set object or data as result set. You can find solution from
Android Developers Blog