1. Trang chủ
  2. » Giáo án - Bài giảng

Tong quan ve Android

15 218 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 15
Dung lượng 2,85 MB

Nội dung

Tong quan ve Android tài liệu, giáo án, bài giảng , luận văn, luận án, đồ án, bài tập lớn về tất cả các lĩnh vực kinh tế...

Android Introduction Platform Overview @2011 Mihail L Sichitiu What is Android?  Android is a software stack for mobile devices that includes an operating system, middleware and key applications @2011 Mihail L Sichitiu OHA (Open Handset Alliance) A business alliance consisting of 47 companies to develop open standards for mobile devices @2011 Mihail L Sichitiu Phones HTC G1, Droid, Tattoo Suno S880 Motorola Droid (X) Samsung Galaxy @2011 Mihail L Sichitiu Sony Ericsson Tablets Velocity Micro Cruz Dawa D7 Gome FlyTouch Toshiba Android SmartBook @2011 Mihail L Sichitiu Acer beTouch Cisco Android Tablet MarketShare Feb’10 May’10 Apr’11 RIM 42.1% 41.7% 29% Apple 25.4% 24.4% 25% Google 9% 13% 33% Microsoft 15.1% 13.2% 7.7% Palm 5.4% 4.8% 2.9% @2011 Mihail L Sichitiu Architecture @2011 Mihail L Sichitiu Android S/W Stack - Application  Android provides a set of core applications:         Email Client SMS Program Calendar Maps Browser Contacts Etc All applications are written using the Java language @2011 Mihail L Sichitiu Android S/W Stack – App Framework  Enabling and simplifying the reuse of components  Developers have full access to the same framework APIs used by the core applications  Users are allowed to replace components @2011 Mihail L Sichitiu Android S/W Stack – App Framework (Cont)  Features Feature Role View System Used to build an application, including lists, grids, text boxes, 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 strings, graphics, and layout files) Notification Manager Enabling all applications to display customer alerts in the status bar Activity Manager Managing the lifecycle of applications and providing a common navigation backstack @2011 Mihail L Sichitiu 10 Android S/W Stack - Libraries  Including a set of C/C++ libraries used by components of the Android system  Exposed to developers through the Android application framework @2011 Mihail L Sichitiu 11 Android S/W Stack - Runtime  Core Libraries  Providing most of the functionality available in the core libraries of the Java language  APIs       Data Structures Utilities File Access Network Access Graphics Etc @2011 Mihail L Sichitiu 12 Android S/W Stack – Runtime (Cont)  Dalvik Virtual Machine  Providing environment on which every Android application runs    Each Android application runs in its own process, with its own instance of the Dalvik VM Dalvik has been written such that a device can run multiple VMs efficiently Register-based virtual machine @2011 Mihail L Sichitiu 13 Android S/W Stack – Runtime (Cont)  Dalvik Virtual Machine (Cont)  Executing the Dalvik Executable (.dex) format    dex format is optimized for minimal memory footprint Compilation Relying on the Linux Kernel for:   Threading Low-level memory management @2011 Mihail L Sichitiu 14 Android S/W Stack – Linux Kernel   Relying on Linux Kernel 2.6 for core system services  Memory and Process Management  Network Stack  Driver Model  Security Providing an abstraction layer between the H/W and the rest of the S/W stack @2011 Mihail L Sichitiu 15 LOGO Tổng Quan Android htsi@cscom.vn htsi@cscom.vn Nội dung Sự phát triển của ứng dụng di động Giới thiệu về Android Cấu hình môi trường phát triển Android Sự phát triển của ứng dụng di động htsi@cscom.vn Firmware Hệ điều hành cho Điện thoại Hệ điều hành cho Máy tính bảng Sự phát triển của ứng dụng di động htsi@cscom.vn Sự phát triển của ứng dụng di động htsi@cscom.vn Windows Phone Nhà phát triển: Microsoft Ngôn ngữ lập trình: C#, VB, XAML Thiết bị hỗ trợ: HTC, Samsung, LG, DELL, Nokia Sự phát triển của ứng dụng di động htsi@cscom.vn iOS Nhà phát triển: Apple Ngôn ngữ lập trình: Objective C Thiết bị hỗ trợ: iPhone, iPad Sự phát triển của ứng dụng di động htsi@cscom.vn Android Nhà phát triển: Google Ngôn ngữ lập trình: Java Thiết bị hỗ trợ: HTC, Samsung, LG, DELL, Sony… Giới thiệu về Android htsi@cscom.vn Sự ra đời của Android • Năm 2005, Google mua lại Android Inc và bắt đầu nuôi ý tưởng tự sản xuất điện thoại di động. • Năm 2007, tổ chức OHA (Open Handset Alliance) được thành lập bao gồm nhiều hãng sản xuất phần cứng, phần mềm và một số các nhà mạng. Giới thiệu về Android htsi@cscom.vn • Năm 2008, Google ra mắt chiếc di động đầu tiên đồng thời open source bản SDK (Software Development Kit) phiên bản 1.0 • Đến nay, Android đã ra đến phiên bản 4.2.2 Giới thiệu về Android htsi@cscom.vn Android là gì? • Phần mềm stack cho các thiết bị di động,máy tính bảng o Một hệ điều hành o Middleware o Các ứng dụng quan trọng • Ngôn ngữ lập trình o Java, JNI, C++ o XML [...].. .Android S/W Stack - Libraries  Including a set of C/C++ libraries used by components of the Android system  Exposed to developers through the Android application framework @2011 Mihail L Sichitiu 11 Android S/W Stack - Runtime  Core Libraries  Providing most of the functionality available in the... @2011 Mihail L Sichitiu 12 Android S/W Stack – Runtime (Cont)  Dalvik Virtual Machine  Providing environment on which every Android application runs    Each Android application runs in its own process, with its own instance of the Dalvik VM Dalvik has been written such that a device can run multiple VMs efficiently Register-based virtual machine @2011 Mihail L Sichitiu 13 Android S/W Stack – Runtime... optimized for minimal memory footprint Compilation Relying on the Linux Kernel for:   Threading Low-level memory management @2011 Mihail L Sichitiu 14 Android S/W Stack – Linux Kernel   Relying on Linux Kernel 2.6 for core system services  Memory and Process Management  Network Stack  Driver Model  Security Providing an abstraction layer between the H/W and the rest of the S/W stack @2011 Mihail ... @2011 Mihail L Sichitiu 10 Android S/W Stack - Libraries  Including a set of C/C++ libraries used by components of the Android system  Exposed to developers through the Android application framework... Etc @2011 Mihail L Sichitiu 12 Android S/W Stack – Runtime (Cont)  Dalvik Virtual Machine  Providing environment on which every Android application runs    Each Android application runs in... using the Java language @2011 Mihail L Sichitiu Android S/W Stack – App Framework  Enabling and simplifying the reuse of components  Developers have full access to the same framework APIs used

Ngày đăng: 22/04/2016, 10:19

TỪ KHÓA LIÊN QUAN

w