ALL >> Computers >> View Article
What Is Different Between Android And Ios
First tackle those security features where both mobile operating systems are on par with each other. Both iOS and Android have traditional access control. It is a method where users access the device to unlock the phone through such means as typing a password, following a pattern, and sliding to unlock.
The next layer above the kernel contains the Android native libraries. These shared libraries are all written in C or C++, compiled for the particular hardware architecture used by the phone, and preinstalled by the phone vendor. Some of the most important native libraries include the following:
Surface Manager: Android uses a compositing window manager
similar to Vista or Compiz, but its much simpler. Instead of drawing directly to the screen buffer, your drawing commands go into
offscreen bitmaps that are then combined with other bitmaps to form the display the user sees. This lets the system create all
sorts of interesting effects such as see-through windows and fancy transitions.
2D and 3D graphics:
Two- and three-dimensional elements can be combined in a single ...
... user interface with Android. The library will use 3D hardware if the device has it or a fast software renderer if it doesnt. See Chapter 4, Exploring 2D Graphics, on page 71 and Chapter 10, 3D Graphics in OpenGL, on page 193. Media codecs: Android can play video and record and play back audio in a variety of formats including AAC, AVC (H.264), H.263, MP3, and MPEG-4. See Chapter 5, Multimedia, on page 102 for an example.
SQL database:
Android includes the lightweight SQLite database engine, 2 the same database used in Firefox and the Apple iPhone. You can use this for persistent storage in your application. See Chapter 9, Putting SQL to Work, on page 173 for an example. Browser engine: For the fast display of HTML content, Android uses the WebKit library. 3 This is the same engine used in the Google Chrome browser, Apples Safari browser, the Apple iPhone, and Nokias S60 platform. See Chapter 7, The Connected World, on page 128 for an example.
Android Runtime
Also sitting on top of the kernel is the Android runtime, including the Dalvik virtual machine and the core Java libraries. The Dalvik VM is Googles implementation of Java, optimized for mobile devices. All the code you write for Android will be written in Java and run within the VM.
Resource: http://whatisandroid.me
Add Comment
Computers Articles
1. How To Build A Peer-to-peer Marketplace?Author: brainbell10
2. How To Build An Api? A Developer’s Guide To Api Platform
Author: brainbell10
3. Everything You Need To Know About Web Development In 2026
Author: chetna
4. Create A Strong Online Presence Today
Author: FutureGenApps
5. User Experience Design
Author: brainbell10
6. Dynamics 365 Hubspot Integration Guide
Author: brainbell10
7. The Thrilling World Of Geometry Dash Lite
Author: Hattie
8. Why Treating All Access, The Same Increases Security Risk
Author: Soham Biswas
9. The Audit Myth In Identity Governance: What Regulators Actually Expect
Author: Soham Biswas
10. Choosing The Right Web Design Company In Westlake For Long-term Success
Author: Compu 360 LLC
11. Unreal Game Development
Author: brainbell10
12. Market Forecast: Conversational Ai For Intelligent Contact Center
Author: Umangp
13. Complete Guide To Ipv4 Leasing, Lease Ipv4 Address & Ipv4 Address Rental By Elite Server Management
Author: Elite Server Management
14. B2b Marketer’s Guide To Onboarding A Lead Agency Without Losing Months
Author: demandify
15. Why Choose Sataware?
Author: brainbell10






