ListPopupWindow is different than PopupWindow. i have tried all the solution to dismiss the showing window. i have tried .dismiss but it is not dismiss first time when user click second time then only it is dismissed.
also ListPopupWindow not support setCancelable(true)
or setOutsideTouchable(false)
like method to dismiss window when user touch on outside of the window. or press back button.