What is layout/ directory?
Explain localization?
what does android run on ?
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);
Which shortcut key we can use to change orientation in an avd simulator?
Which is the method you need to use to post a notification to be shown in the status bar?
What are the languages supported for android development?
What is sdk stand for?
How service is implemented?
Is google the owner of android?
Which scenario can test only on real devices but not on emulator?
List the various storages that are provided by android.
What do you mean by adb?
Explain localization and how to achieve?
Which dialog boxes are supported in android?