I think the problem is not with the Database but with the view, I see you are using Spinner with ArrayAdapter, are you using that data to feed the Spinner with ArrayAdapter? If yes, than can you check if you can use the RecyclerView.Adapter with it.