I have spinner in my activity. When spinner is clicked, drop-down is shown.
Now, Change orientation. That drop-down is not maintained.
Is there any way to shown drop-down again on orientation change?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is a bit unclear to me.
Please try adding this to your
<activity>in your android manifest:See this for details
(Some might say this is not the right way to do it, but you can use this until you find a better solution)