⟩ Explain ProgressDialog in Android?
This dialog box displays a progress wheel or a progress bar. It is an extension of AlertDialog and supports adding buttons.
This dialog box displays a progress wheel or a progress bar. It is an extension of AlertDialog and supports adding buttons.
When an app is said to be in not running state?
How can you respond to state transitions on your app?
Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
List down apps state transitions when it gets launched?
Who calls the main function of you app during the app launch cycle?
Give example scenarios when an application goes into InActive state?
When an app is said to be in active state?
Name the app sate which it reaches briefly on its way to being suspended?
Assume that an app is not in foreground but is still executing code. In which state will it be in?
An app is loaded into memory but is not executing any code. In which state will it be in?