Answer Posted / mady
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 byte code which later transforms into .dex format files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the core work of intent filter?
Tell us is it possible to started an application on powerup?
What composes a typical android application project?
Why android is the most popular mobile operating system in the world?
What is sensormanager?
Is there anyway to determine if an intent passed into a broadcastreceiver’s on receive is the result of a sticky broadcast intent, or if it was just sent?
What android version is my phone?
Do you know what is an action?
What is one shot?
How many dialog boxes do support in android?
Which is the latest android version 2019?
Explain androidmanifest.xml file and why do you need this?
How can I enable my android system webview?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?
What is meant by services?