What is activity in android?
No Answer is Posted For this Question
Be the First to Post Answer
Where can you define the icon for your activity?
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.
To get data from webserver to android application, which of the following class you need to use to establish connection?
Explain seapine software?
Is apple an android?
Which is the method you need to use to post a notification to be shown in the status bar?
In android, which layout mode defines the positions of each component relative to each other?
Do you know what are handlers?
Which elements can occur only once and must be present?
Can I upgrade my version of android?
What are the security measures that are taken to make android secure?
Tell us something about activityCreator?