Explain difference between asynctasks & threads?


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

Post New Answer

More Android OS Interview Questions

What are typical subdirectories that the “res” directory does contain?

0 Answers  


What is the use of content provider?

0 Answers  


How to avoid anr status?

0 Answers  


Why would you do the setcontentview() in oncreate() of activity class?

0 Answers  


Types of Android applications?

1 Answers  


What is AAPT?

1 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  


How does android system manage activity’s life cycle?

0 Answers  


What language does Android support for application development?

0 Answers  


Can we play pc games on android?

0 Answers  


What is broadcast receiver component of android?

0 Answers  


Explain seapine software?

0 Answers  


Categories