Provide Introduction to Android:
Answer / 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 |
When is the onstop() method invoked?
Please explain how to prevent the data from reloading and resetting when the screen is rotated?
What is true about localstorage?
 Why would I (potentially) choose an Android phone over an iPhone?
Should we change the name of a file after installing?
How can I flash my android phone?
How do I upgrade my os?
Are Android phones called "Droids"?
Why is it called android?
what is a content provider in android?
Explain android 4.0 library folder in android?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?