I want to create a simple ProgressDialog in my Activity. I created it like this:
ProgressDialog
protected void onCreate(Bundle savedInstanceState) { super.
progDailog=ProgressDialog.show(getParent(),"HI", "Loading");