Explain the application of shared preference?
No Answer is Posted For this Question
Be the First to Post Answer
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);
To display a notification on upper left of android screen, which of the following class you need to use?
What is an anr? What are some measures you can take to avoid anr?
What is main/res/ directory?
How do I stop android os from eating data?
Android latest Version?
Is android 5 outdated?
On android, a layout can contain other layout?
What android 4.0 library contains?
What is the role of orientation?
Explain AndroidManifest.xmlfile in detail.
What is not correct about controller in sencha touch?