Does asynctask create new thread in background?


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

Post New Answer

More Android OS Interview Questions

how will you record a phone call in android?

0 Answers  


Who created android os?

0 Answers  


What do you understand by anr dialogue box?

0 Answers  


What is the manifest file?

0 Answers  


What are the different tools in android? Explain them?

0 Answers  






What are the android development tools?

0 Answers  


Which is the latest android version 2019?

0 Answers  


What is api level, codename of android 4.1 – 4.3?

0 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  


What is the android architecture?

0 Answers  


What is ADB?

1 Answers  


What is one shot?

0 Answers  


Categories