What is the permission you need to declare in androidmanifes?
Android asynctask create new thread in background?
What are the positive and negative with volley?
What is mvp android?
Is it possible to started an application on powerup?
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.
Can you change the os on a phone?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
Can I upgrade my version of android?
Which of the following is not a right codename of android version?
In android, how to insert swipe animation?
What is shared preferences in android?
Is iphone safer than android?
How to change application name after its deployment?
Explain android architecture.