What is file features used in android?


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

Post New Answer

More Android OS Interview Questions

How do I install android on my phone?

0 Answers  


Toast is a class to display a message in android. How to set position of a toast?

0 Answers  


How long does it take to build an app?

0 Answers  


How much dialog boxes are supported in android?

0 Answers  


Explain me what is the difference between service and intentservice? How is each used?

0 Answers  


Explain bin file in android?

0 Answers  


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  


Will the App run on my Android phone?

1 Answers  


How to achieve localization?

0 Answers  


What is res folder in android?

0 Answers  


Explain ttl (time to live)?

0 Answers  


What is the importance of xml-based layouts?

0 Answers  


Categories