Search code examples
androiddialogandroid-lifecycle

Android life cycle event on dialog


Can you please explain which activity life cycle method is called when a dialog comes on the application? I'm confused whether its is calling onResume() or onPause() method.

Thanks


Solution

  • OnPause() is not called in all types of dialogs, check other answers for more details since I won't copy everything here.