What is an activity? Which method is implemented by all subclasses of an activity?
No Answer is Posted For this Question
Be the First to Post Answer
what is serialization? How serialization is different from binders?
Is it possible to started an application on powerup?
difference between nine-patch image vs regular bitmap image in android?
What is android:targetsdkversion?
Explain android application architecture?
Can I update my android version?
What is needed to make a multiple choice list with a custom view for each row?
what is the difference between dynamic receiver and static receiver? When will you use dynamic broadcast receivers?
In android, what is the meaning of the following code in mainactivity class?
How do you programmatically determine whether a radiobutton is checked?
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.
How to change application name after its deployment?