How will you differentiate nine-patch image from regular bitmap image?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Android OS Interview Questions

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);

0 Answers  


What is the latest version of android?

0 Answers  


Can I upgrade my version of android?

0 Answers  


what is a fragment? How it differs from activity?

0 Answers  


What is a pending intent?

0 Answers  


Which language does android support to develop an application?

0 Answers  


what does android run on ?

0 Answers  


Can I update my android bluetooth version?

0 Answers  


What languages does Android support for application development?

1 Answers  


How to use built-in messaging within the application?

0 Answers  


What is sleep mode in android?

0 Answers  


Explain me the difference between oncreate() and onstart()?

0 Answers  


Categories