How to create alerts in android?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between nine-patch image vs regular bitmap image?
In android, does service create new thread in background?
Can I upgrade my android version?
When does Android start and end an application process?
What is an DDMS ?
List few items, which you think may be important in every android project?
What do you mean by anr in android?
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.
Features of Android:
What composes a typical android application project?
What is the first element in the androidmanifest file, right after the encoding declaration?
What is logging (logcat)?