Explain assets folder in android?
No Answer is Posted For this Question
Be the First to Post Answer
How to make an apk file in android?
Can we deploy executable jars on android? Which packaging is supported by android?
what is preferences
0 Answers Google, Tech Mentro,
What is service lifecycle
What is activity lifecycle?
What main/gen/ directory contains?
How do you find memory leaks in the mobile app on android platform?
How to achieve localization?
Explain the difference between service, intent service, asynctask & threads?
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);
Do all mobile phones support the latest android operating system?
How does the activity respond when the user rotates the screen?