Answer Posted / mady
Android is an operating system for mobile devices that includes middleware and key applications, and uses a modified version of the Linux kernel. It was initially developed by Android Inc..It allows developers to write managed code in the Java language, controlling the device via Google-developed Java libraries.....
The Android SDK includes a comprehensive set of development tools . These include a debugger, libraries, a handset emulator (based on QEMU), documentation, sample code, and tutorials. Currently supported development platforms include x86-architecture computers running Linux (any modern desktop Linux distribution), Mac OS X 10.4.8 or later, Windows XP or Vista.
Android does not use established Java standards, i.e. Java SE and ME. This prevents compatibility among Java applications written for those platforms and those for the Android platform. Android only reuses the Java language syntax, but does not provide the full-class libraries and APIs bundled with Java SE or ME
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 are the different phases of the activity life cycle?
What are the android activities?
What is the use of an activitycreator?
Explain me what is the difference between service and intentservice? How is each used?
Describe intents in detail.
Which kernel is used in android?
Explain me the difference between oncreate() and onstart()?
Explain fragment.
List few items, which you think may be important in every android project?
Explain what is application context?
What is the difference between an implicit intent and explicit intent?
What is portable Wi-Fi hotspot in Android?
Why can't you run java byte code on android?
What is not true about the android application lifecycle?