I\'m unclear about when to use PopupWindow vs Dialog. Any insight would be much appreciated. Thanks.
I think, that you should use Dialog for simple user interaction (YES,NO). I usually use Dialog for simple user interaction and WindowPopup for a little bit more complex view. One example of WindowPopup is AutoCompleteTextView.
Hope it helps.