• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps I want to set selection of spinner dynamically from singleton class object

I have created a spinner.I set onItemClickListener on spinner and in Listener the selected item position is stored in singleton class.Now I want to set spinner selection on the basis of that position. I debug my app and there is position is available but spinner is not selecting specific value on that position.
 
Back
Top Bottom