What is the difference between a file, a class and an activity in android?


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

Post New Answer

More Android OS Interview Questions

Features of Android:

1 Answers  


Explain the scenario in which only ondestroy is called for an activity without onpause() and onstop()?

0 Answers  


How to Remove Desktop icons and Widgets?

1 Answers  


Is google moving away from android?

0 Answers  


Can you run exe files on android?

0 Answers  






Does Android support the Bluetooth serial port profile?

1 Answers   UGC Corporation,


What is an Intent in Android?

0 Answers   B-Ways TecnoSoft,


What is a sticky intent in android?

0 Answers  


What are the different types of intents in android?

0 Answers  


How to create emulator on android?

0 Answers  


what is preferences

0 Answers   Google, Tech Mentro,


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