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 |
What is the difference between a regular bitmap and a nine-patch image?
what is a handler thread?
What is the function of an intent filter?
What is the manifest file and how is it used?
What do you understand by intents in android ide?
How do you find memory leaks in the mobile app on android platform?
What is xmpp used for?
Which is the best android version?
List few items, which you think may be important in every android project?
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);
Explain .apk extension.
Describe some capabilities of ddms?