> >  3) Here, you lost me.... I was thinking that I was calling them from the
> > activity!?
>
> I mean use Activity.showDialog(int) and Activity.dismissDialog(int) instead
> of calling dialog.show() and dialog.dismiss().
>

I would be using a layout as a dialog, I'd understand.
But I'm not using this. Though I'll try, for the experiment.
I am using the android.app.ProgressDialog class.
 http://developer.android.com/reference/android/app/ProgressDialog.html

Both the static method ProgressDialog.show(Context  context,
CharSequence  title, CharSequence  message, boolean indeterminate,
boolean cancelable)
and creating a new ProgressDialog()Context and calling .show() result
in the same.

That's what I don't understand.
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
>
> NEW! Try asking and tagging your question on Stack Overflow 
> athttp://stackoverflow.com/questions/tagged/android
>
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group 
> athttp://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to