I am trying to have a a progress dialog open when polling my server. The class is an ActivityGroup because it is nested within a tab bar. To keep the view within the frame, the
Simple here you can also use following
private final ProgressDialog dialog = new ProgressDialog(getParent());
it work perfectly for me .