What are the other notifications?


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

Post New Answer

More Android OS Interview Questions

Can you run exe files on android?

0 Answers  


What composes a typical android application project?

0 Answers  


What is frame animation?

0 Answers  


Can the user set a priority?

1 Answers  


What are the services that can be allowed to run in a single process?

0 Answers  






Does asynctask create new thread in background?

0 Answers  


What is portable wi-fi hotspot?

0 Answers  


Is ios better than android?

0 Answers  


How do I turn off auto sync on android?

0 Answers  


What is alertdialog in android?

0 Answers  


Does selenium support google android operating system?

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  


Categories