When a dialog is requested for the first time, which method will android call from your activity?



When a dialog is requested for the first time, which method will android call from your activity?..

Answer / Umesh Kumar Jaiswal

When a Dialog is requested for the first time in Android, the Activity's onCreateDialog() method gets called. This method should be overridden to create and configure the Dialog before it's shown.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Android OS Interview Questions

Define intents in android?

1 Answers  


What are the android application components?

1 Answers  


What are the differences between a domain and a workgroup?

1 Answers  


What is background service?

1 Answers  


Is there a case wherein other qualifiers in multiple resources take precedence over locale?

1 Answers  


What is gen folder in android?

1 Answers  


Explain content provider component of android?

1 Answers  


What is needed to make multiple choice list with custom view for each row?

1 Answers  


Is android oreo better than nougat?

1 Answers  


How many different logcat types are there?

1 Answers  


What is the difference between a file, a class and an activity in android?

1 Answers  


What is a Dalvik ?

1 Answers  


Categories