Explain me onsavedinstancestate() and onrestoreinstancestate() in activity?
No Answer is Posted For this Question
Be the First to Post Answer
What is .idea/ directory?
How do I install android on my phone?
Which is better android lollipop or nougat?
What is a marshmallow in android?
What is a service?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
What is meant by services?
what are types are supported by adil in android programming?
What is a sticky broadcast?
Explain me what is the difference between service and intentservice? How is each used?
Give a brief idea about android application architecture?
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?