Why cannot you run standard Java bytecode on Android?
Answer / mady
Android uses Dalvik Virtual Machine (DVM) which requires a special bytecode. We need to convert Java class files into Dalvik Executable files using an Android tool called "dx". In normal circumstances, developers will not be using this tool directly and build tools will care for the generation of DVM compatible files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain sticky intent?
Do we need to declare all of controller in app.js with sencha touch?
Explain difference between asynctasks & threads?
Describe activities.
What is dagger 2 used for?
Described the advantages of android?
As discussed, there are 4 main components in android application. And in androidmanifest.xml file, you need to declare?
What is api level, codename of android 4.0.3 – 4.0.4?
What is layout/ directory?
Explain localization?
What is an android virtual device?
What is a statelistdrawable?