I have an Activity from which I call a PopupWindow. My question is how can this Activity get to know that the PopupWindow has been closed and it (Activity) needs to refresh itself? onResume does not seem to be working. It works for Intents, but not PopupWindow. Am I missing the obvious here? TIA.
-sph
You can implement refreshing logic of you activity in