How to handle back button on base adapter class. In my application,created two popup windows on a Base Adapter class. I want to close this popup window one by one while click on back button.
Asked
Active
Viewed 718 times
1
-
means you don't want to close them by dialog/popup cancel button – Chaudhary Amar Jul 29 '15 at 11:09
-
yes I want to close the popup window on back button click. – Shanto George Jul 29 '15 at 11:11
-
Here I use a popup window,not a dialog. – Shanto George Jul 29 '15 at 11:21
-
http://stackoverflow.com/questions/21898723/dismiss-the-popup-window-by-back-button http://stackoverflow.com/questions/25256221/dismiss-pop-up-window-when-back-button-is-pressed – Chaudhary Amar Jul 29 '15 at 11:23
-
I already tried this one but didn't help me. – Shanto George Jul 29 '15 at 12:10