What is sdk stand for?
No Answer is Posted For this Question
Be the First to Post Answer
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 launch modes?
Please explain what is difference between serializable and parcelable ? Which is best approach in android?
What is the life cycle methods of android activities?
Why is open platform good for the mobile operators?
How to use built-in messaging within the application?
When a dialog is requested for the first time, which method will android call from your activity?
what is fragment in android?
0 Answers SwanSoft Technologies,
Explain me how does the activity respond when the user rotates the screen?
What are the android application components?
When is the best time to kill a foreground activity?
What is intent in Android?