android
|

What Everybody Want to Know About the Android?

In recent times, the mobile application development is growing rapidly, in terms of both revenues and in job scopes created by that field. In this i am explaining about brief summary and overview of Android, the most emerging mobile application development platform now-a-days.

Android Technology is an operating system which is based on a Linux kernel. It was designed mainly for the touch screen mobile devices, such as smart phones and tablet computers, with variants for television, cars and wrist wear.

Android Architecture Stack

We can consider Android OS as a software components which is divided into five sections and in 4 main layers they are:

  • Linux kernel
  • Libraries
  • Android runtime
  • Application Framework
  • Applications

Linux kernel:

Android uses the Linux kernel it supports wide range of hardware drivers. It is the heart of the operating system that manages input and the output requests from software. It provides the essential system functionalities like process management, memory management, device management like camera, keypad, display etc the kernel handles all the items. It will not interact directly with the user but rather interacts with the shell and other programs.
1. Security: The Linux kernel handlesthe safetybetweenthe applianceand therefore thesystem.

  1. Memory Management: It efficiently handles the memory management thereby providingthe libertyto develop our apps.
  2. Process Management: It managesthe methodwell, allocates resources to processes wheneverthey havethem.
  3. Network Stack: It effectively handles the network communication.
  4. Driver Model: It ensures that the application works. Hardware manufacturers can build their drivers into the Linux build.

Libraries:

An Android library is structurallyan equivalentas an Android app module. It can include everything neededto createan app, includingASCII text file, resource files, and an Android manifest. … When you’re building multiple apps that usea number ofan equivalentcomponents,likeactivities, services, or UI layouts

  1. The Android runtime: The Android runtimecontainscore libraries of Java and ART(the Android RunTime). Older versions of Android (4.x and earlier) had Dalvik runtime.
  2. Open GL(graphics library): This cross-language, cross-platformapplicationinterface (API)is employedto supply2D and 3Dspecial effects.
  3. WebKit: This open sourcebrowserengine provides all the functionality to displayweb pageand to simplify page loading.
  4. Media frameworks: These libraries allow you to play and record audio and video.
  5. Secure Socket Layer (SSL): These libraries are there for Internet security.

Android Runtime:

Android Runtime is an application runtime environment employed by the Android OS . By replacing the Dalvik method virtual machine originally employed by Android, ART performs the interpretation of the application’s bytecode into native instructions that are later executed by the device’s runtime environment.

Application Framework

The application frame work layer provides many higher level services to applications like windows manager, view system, package manager, resource manager etc. the appliance developers are allowed to form use of those services in their application.

  1. Activity Manager: It manages the activity lifecycleand therefore theactivity stack.
  2. Telephony Manager: It provides access to telephony services as related subscriber information,likephone numbers.
  3. View System: It builds theinterfaceby handling the views and layouts.
  4. Location manager: It finds the device’s geographic location.

Applications:

You will find all the android applications atthe highestlayer andyou’llwrite your application and install on this layer. Example of such applications are contacts, books, browsers, services etc. Each application performa specialrolewithin theover all applications.

SkillPractical provides the best Android projects. Now a days Android is the trending technology. If you want to start your carrer in Android technology you need to learn from the basics. SkillPractical provides the Android projects from beginner to advanced. They will explain every project in step by step along with modules, module steps, resources and module assessments.

In this article, I have explained about the Android architecture and its various layers consisting Linux kernel, Android runtime, application framework in detail. The benefit of learning about architecture, as an Android developer is that it becomes easy to add new features if there are separate components.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *