I am trying to show a ProgressDialog within a Fragment class. The following code just works within an Activity class but not for
ProgressDialog
Fragment
Activity
Try this in Fragment
nDialog = new ProgressDialog(getActivity());