I need to load a media file for a VideoView contained in a Dialog on pre-1.6,2.1 Android devices. I can't use the setOnShowListener <http://developer.android.com/reference/android/app/Dialog.html#setOnShowListener%28android.content.DialogInterface.OnShowListener%29>for 1.5,1.6, or 2.1; so I need some other means to know when the Dialog has been displayed. The only other method that seems to do this is onStart<http://developer.android.com/reference/android/app/Dialog.html#onStart%28%29>; but the documentation doesn't state when onStart is called for a Dialog. Is onStart called when the Dialog is displayed like Activity.onStart is called?
Thanks, Vance -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

