the error in my logcat is such
Logcat
08-29 08:20:57.961: ERROR/AndroidRuntime(1766): java.lang.RuntimeException: Unable to start activity ComponentI
You are not including _id in your column list for the query you do in getSpinnerData().
_id
getSpinnerData()
You have to create a column in your table called _id integer alphanumeric.