⟩ Explain src file in Android?
src Contains the .java source files for your project. You write the code for your application in this file. This file is available under the package name for your project.
src Contains the .java source files for your project. You write the code for your application in this file. This file is available under the package name for your project.
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?
Assume that system is running low on memory. What can system do for suspended apps?
What is the use of controller object UIApplication?
How is the app delegate is declared by Xcode project templates?
What happens if IApplication object does not handle an event?
Which app specific objects store the apps content?
Are document objects required for an application? What does they offer?
How to change the content of your app in order to change the views displayed in the corresponding window?