What is file features used in android?
How do I install android on my phone?
Toast is a class to display a message in android. How to set position of a toast?
How long does it take to build an app?
How much dialog boxes are supported in android?
Explain me what is the difference between service and intentservice? How is each used?
Explain bin file in android?
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);
Will the App run on my Android phone?
How to achieve localization?
What is res folder in android?
Explain ttl (time to live)?
What is the importance of xml-based layouts?