Ahsan Farooq
Lurker
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.