I have implemented the spinner by populating the array list through database.I can get and show the array list in my spinner array adapter but if I select the item in spinne
Well this also happens if the context is not properly given. I was using getApplicationContext() where as it needs getBaseContext().
getApplicationContext()
getBaseContext()