Explain the key components of android architecture?
No Answer is Posted For this Question
Be the First to Post Answer
What is startanimation?
What features does android have?
Explain me onsavedinstancestate() and onrestoreinstancestate() in activity?
Types of Android applications?
If the Activity is showing an animation that indicates some kind of progress, what issue might you encounter and how could you address it?
What is a statelistdrawable?
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 are the dialog boxes that are supported in android?
How to mention an activity in manifest file?
What are two launch modes for activities?
How to start another activity?
Which dialog boxes can you use in you Android application?