What is android? What are the features of Android?



What is android? What are the features of Android?..

Answer / clara

Android is a stack of software for mobile devices which has Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine. Many Virtual Machines run efficiently by a DVM device. DVM executes Java language’s byte code which later transforms into .dex format files

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Android OS Interview Questions

What is the difference between a regular bitmap and a nine-patch image?

0 Answers  


what is a handler thread?

0 Answers  


What is the function of an intent filter?

0 Answers  


What is the manifest file and how is it used?

0 Answers  


What do you understand by intents in android ide?

0 Answers  






How do you find memory leaks in the mobile app on android platform?

0 Answers  


What is xmpp used for?

0 Answers  


Which is the best android version?

0 Answers  


List few items, which you think may be important in every android project?

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  


Explain .apk extension.

0 Answers  


Describe some capabilities of ddms?

0 Answers  


Categories