How will you differentiate nine-patch image from regular bitmap image?
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);
What is the latest version of android?
Can I upgrade my version of android?
what is a fragment? How it differs from activity?
What is a pending intent?
Which language does android support to develop an application?
what does android run on ?
Can I update my android bluetooth version?
What languages does Android support for application development?
How to use built-in messaging within the application?
What is sleep mode in android?
Explain me the difference between oncreate() and onstart()?