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 |
Define intents in android?
What are the android application components?
What are the differences between a domain and a workgroup?
What is background service?
Is there a case wherein other qualifiers in multiple resources take precedence over locale?
What is gen folder in android?
Explain content provider component of android?
What is needed to make multiple choice list with custom view for each row?
Is android oreo better than nougat?
How many different logcat types are there?
What is the difference between a file, a class and an activity in android?
What is a Dalvik ?