Click here to load reader
View
1.323
Download
3
Tags:
Embed Size (px)
DESCRIPTION
Overview of Android
2. What is Android ?
Source at -http://android.git.kernel.org/ 14 MAY 2011 MVJ College Of Engineering 3. Open Handset Alliance(OHA)
14 MAY 2011 MVJ College Of Engineering 4. History
14 MAY 2011 MVJ College Of Engineering 5. Architecture 14 MAY 2011 MVJ College Of Engineering 6. Applications
14 MAY 2011 MVJ College Of Engineering Component Description Activity UI component typically corresponding to a screen. E.g. Contacts: 3 activities: View contacts, Send message, Edit contactService Background process without UI. Ex :Messages can be sent/received , mp3 player Content Provider Enables applications to share data Ex :Contacts are provided to all applications. Broadcast ReceiverResponds to external events, can wake up your process Ex :Phone rings, network activity established, time controlled tasks 7. Application Framework 14 MAY 2011 MVJ College Of Engineering Feature Role View System Used to build an application, including lists, grids, textboxes, buttons, and embedded web browser Content Provider Enabling applications to access data from other applications or to share their own data Resource Manager Providing access to non-code resources (localized string, graphics, and layout files) Notification Manager Enabling all applications to display customer alerts in the status bar 8. Libraries 14 MAY 2011 MVJ College Of Engineering Library Description System C library A BSD-derived implementation of the standard C system library (libc), tuned for embedded Linux-based devices Media Libraries Based on Packet Video's Open CORE; the libraries support playback and recording of many popular audio and video formats, as well as static image files, including MPEG4, H.264, MP3, AAC, AMR, JPG, and PNG. (NowStagefright ) Surface Manager It manages access to the display subsystem and seamlessly composites 2D and 3D graphic layers from multiple applications LibWebCore A modern web browser engine which powers both the Android browser and an embeddable web view SGL The underlying 2D graphics engine 3D libraries An implementation based on OpenGL ES 1.0 APIs; the libraries use either hardware 3D acceleration (where available) or the included, highly optimized 3D software FreeType A bitmap and vector font rendering SQLite A powerful and lightweight relational database engine available to all applications 9. Android Runtime 14 MAY 2011 MVJ College Of Engineering Library Description Core library Provides most of the functionality available in the core libraries of the Java language. APIs : Data Structures , Utilities , File Access , Network Access , Graphics , Etc Dalvik Virtual Machine ( DVM )
Dalvik Executable(.dex)
10. Linux Kernel
14 MAY 2011 MVJ College Of Engineering 11. Thank You! @ iBadrinath