Explain the onsavedinstancestate() in activity?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a custom adapter in android?
What setlistadapter() function used for?
When is the onstop() method invoked?
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);
Why is it important to have an emulator inside the android environment?
Where should we add permission to the applications?
How do I manually update my android os on my tablet?
What is an uris?
Explain sticky intent in android?
Which is the best android version?
What are the different forms of communication provided by the android applications?
How do I update my os on my android?