What is the procedure to check status of an activity in android?
No Answer is Posted For this Question
Be the First to Post Answer
What is raw?
What is the function of an intent filter?
What is Drawable?
What is the future scope of mobile application developers?
Do you know the languages supported for android development?
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 ddms?
How do you sync android with android?
What are broadcast receivers? How is it implemented?
What is an explicit intent?
What are the upsides of android phone over an iphone?
What are the different approaches that are required to share the objects?