Explain difference between asynctasks & threads?
What are typical subdirectories that the “res” directory does contain?
What is the use of content provider?
How to avoid anr status?
Why would you do the setcontentview() in oncreate() of activity class?
Types of Android applications?
What is AAPT?
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);
How does android system manage activity’s life cycle?
What language does Android support for application development?
Can we play pc games on android?
What is broadcast receiver component of android?
Explain seapine software?