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
Tell me two ways to clear the back stack of activities when a new activity is called using intent?
Enumerate the steps in creating a bounded service through aidl?
How to build a url from uri?
How do you sync android with android?
Why would you do the setcontentview() in oncreate() of activity class?
What does the intent filter do in android?
Which dialog boxes can you use in you Android application?
How to show or hide a sencha touch component?
How to make a textview to be editable?
to write a back ground functionality in an activity, should I use a thread or service?
Can android run javafx?
How one can parse xml in android?
Describe a real time scenario where android can be used
What is the use of an activitycreator?
What is ddms?