I have used a spinner on a custom alert box. Once the alert pops up there is a spinner attached to it. And after the user clicks on the spinner it gives you a list of countries. And i am searching a way to remove/hide/dismiss that country list (Only the spinner list) programmatically. How to accomplish this?
My goal is to remove that country list which generated from the spinner, once the onPause of the activity invoked.