![Phân tích tư tưởng của nhân dân qua đoạn thơ: Những người vợ nhớ chồng… Những cuộc đời đã hóa sông núi ta trong Đất nước của Nguyễn Khoa Điềm](https://timtailieu.net/upload/document/136415/phan-tich-tu-tuong-cua-nhan-dan-qua-doan-tho-039-039-nhung-nguoi-vo-nho-chong-nhung-cuoc-doi-da-hoa-song-nui-ta-039-039-trong-dat-nuoc-cua-nguyen-khoa-136415.jpg)
Bài giảng Lập trình cho thiết bị di động: Chương 1 - ĐH Công nghệ Đồng Nai
Số trang: 133
Loại file: pptx
Dung lượng: 9.31 MB
Lượt xem: 10
Lượt tải: 0
Xem trước 10 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Bài giảng Lập trình cho thiết bị di động: Chương 1 - Giới thiệu môi trường phát triển điện thoại di động có nội dung trình bày về: subject introduction, mobile / tablet oss, software installation, introduction to android os, using android os / devices.
Nội dung trích xuất từ tài liệu:
Bài giảng Lập trình cho thiết bị di động: Chương 1 - ĐH Công nghệ Đồng Nai DONG NAI UNIVERSITY OF TECHNOLOGY 1. Subject introduction 2. Mobile / Tablet OSs 3. Software Installation 4. Introduction to Android OS 5. Using Android OS / Devices 6. Eclipse debug with Android app 7. Components of the Android Application 8. Units of measurement 9. XML Primer 10. Application’s Life Cycle 1 DONG NAI UNIVERSITY OF TECHNOLOGY 1. Subject introduction 1.1 Topics 1.2 Learning Objectives 1.3 Textbooks 1.4 Test / Grade 1.5 Assignments 1.6 Rules 2 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Mobile/Tablet development application Background Software stack Activities vs applications Activity life cycles Activity states Resources Notification Manager 3 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics User Interfaces Views Layouts Widgets UI XML specification 4 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Intents, Receivers, Adapters Explicit Intents Implicit Intents Event Broadcasting with Intents Event Reception with Broadcast Receivers Adapters and DataBinding 5 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Files, Content Providers, Databases Saving and Loading Files SQLite Databases Access Exposure to Data Sources through Content Providers Content Provider Registration Native Content Providers 6 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Common Android APIs Networking APIs LBS APIs Web APIs Multimedia APIs Telephony APIs And Sensors… 7 DONG NAI UNIVERSITY OF TECHNOLOGY 1.2 Learning Objectives Have an appreciation of the Android OS Know how to develop basic UIs Know how to broadcast and receive events Know how to manage data storage through files, databases, and content providers Know how to implement basic location-based services Know how to use audio and video utilities 8 DONG NAI UNIVERSITY OF TECHNOLOGY 1.2 Learning Objectives Know how to access the Internet Know how to process URL data encoded in HTML/XML Know how to capture touch screen events and recognize touch screen gestures Become exposed to Android online resources and communities Know how to use android APIs, Sensors… 9 DONG NAI UNIVERSITY OF TECHNOLOGY 1.3 Textbooks [1] Unlocking Android [2] The Busy Coders Guide to Android Development [3]Beginning Android Application Development – WeiMengle – Wrox -2011 [4] Android Wireless Development -Lauren Darcey , Shane Conder [5] Professional Android Application Development – Malestrom Web : http://developer.android.com 10 DONG NAI UNIVERSITY OF TECHNOLOGY 1.4 Test / Grade Attendance Mid term lab test Final lab test Homework assignments in every week Final Project Final project will require technical writing (project proposal submission, source documentation, description) Code in java (Eclipse) There will be reading suggestions Final test 11 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments All assignments will be submitted via Assembla All assignments using namespace vn.edu.dntu.it.Studentname.ID. labNo vn.edu.dntu.it.lethihoa.0891233.Lab32 Grades will be submitted via Assembla Late submission will not be accepted 12 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments Ø Server - Tools – MS Source safe – SVN server (open source) – MS Team Foundation server Ø Host – Server in Lan – Host throught internet • www.Googlecode (code.google.com) (public) • www.Assembla.com (public) • www.Projectlocker.com (public & private) • http://sourceforge.net Ø Client – TortoiseSVN – Visual studio… 13 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments http://tortoisesvn.net/downloads.html Register account : http://www.assembla.com/ and create space to submit assignments Detail 14 DONG NAI UNIVERSITY OF TECHNOLOGY 1.6 Rules - Attendance 75% - Do homework - Do lab project - Research on internet 15 DONG NAI UNIVERSITY OF TECHNOLOGY 2. Mobile / Tablet OSs Android MeeGo Bada Ubuntu Symbian Mobile BlackBerry Windows Phone IOS WebOS 16 DONG NAI UNIVERSITY OF TECHNOLOGY ...
Nội dung trích xuất từ tài liệu:
Bài giảng Lập trình cho thiết bị di động: Chương 1 - ĐH Công nghệ Đồng Nai DONG NAI UNIVERSITY OF TECHNOLOGY 1. Subject introduction 2. Mobile / Tablet OSs 3. Software Installation 4. Introduction to Android OS 5. Using Android OS / Devices 6. Eclipse debug with Android app 7. Components of the Android Application 8. Units of measurement 9. XML Primer 10. Application’s Life Cycle 1 DONG NAI UNIVERSITY OF TECHNOLOGY 1. Subject introduction 1.1 Topics 1.2 Learning Objectives 1.3 Textbooks 1.4 Test / Grade 1.5 Assignments 1.6 Rules 2 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Mobile/Tablet development application Background Software stack Activities vs applications Activity life cycles Activity states Resources Notification Manager 3 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics User Interfaces Views Layouts Widgets UI XML specification 4 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Intents, Receivers, Adapters Explicit Intents Implicit Intents Event Broadcasting with Intents Event Reception with Broadcast Receivers Adapters and DataBinding 5 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Files, Content Providers, Databases Saving and Loading Files SQLite Databases Access Exposure to Data Sources through Content Providers Content Provider Registration Native Content Providers 6 DONG NAI UNIVERSITY OF TECHNOLOGY 1.1 Topics Common Android APIs Networking APIs LBS APIs Web APIs Multimedia APIs Telephony APIs And Sensors… 7 DONG NAI UNIVERSITY OF TECHNOLOGY 1.2 Learning Objectives Have an appreciation of the Android OS Know how to develop basic UIs Know how to broadcast and receive events Know how to manage data storage through files, databases, and content providers Know how to implement basic location-based services Know how to use audio and video utilities 8 DONG NAI UNIVERSITY OF TECHNOLOGY 1.2 Learning Objectives Know how to access the Internet Know how to process URL data encoded in HTML/XML Know how to capture touch screen events and recognize touch screen gestures Become exposed to Android online resources and communities Know how to use android APIs, Sensors… 9 DONG NAI UNIVERSITY OF TECHNOLOGY 1.3 Textbooks [1] Unlocking Android [2] The Busy Coders Guide to Android Development [3]Beginning Android Application Development – WeiMengle – Wrox -2011 [4] Android Wireless Development -Lauren Darcey , Shane Conder [5] Professional Android Application Development – Malestrom Web : http://developer.android.com 10 DONG NAI UNIVERSITY OF TECHNOLOGY 1.4 Test / Grade Attendance Mid term lab test Final lab test Homework assignments in every week Final Project Final project will require technical writing (project proposal submission, source documentation, description) Code in java (Eclipse) There will be reading suggestions Final test 11 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments All assignments will be submitted via Assembla All assignments using namespace vn.edu.dntu.it.Studentname.ID. labNo vn.edu.dntu.it.lethihoa.0891233.Lab32 Grades will be submitted via Assembla Late submission will not be accepted 12 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments Ø Server - Tools – MS Source safe – SVN server (open source) – MS Team Foundation server Ø Host – Server in Lan – Host throught internet • www.Googlecode (code.google.com) (public) • www.Assembla.com (public) • www.Projectlocker.com (public & private) • http://sourceforge.net Ø Client – TortoiseSVN – Visual studio… 13 DONG NAI UNIVERSITY OF TECHNOLOGY 1.5 Assignments http://tortoisesvn.net/downloads.html Register account : http://www.assembla.com/ and create space to submit assignments Detail 14 DONG NAI UNIVERSITY OF TECHNOLOGY 1.6 Rules - Attendance 75% - Do homework - Do lab project - Research on internet 15 DONG NAI UNIVERSITY OF TECHNOLOGY 2. Mobile / Tablet OSs Android MeeGo Bada Ubuntu Symbian Mobile BlackBerry Windows Phone IOS WebOS 16 DONG NAI UNIVERSITY OF TECHNOLOGY ...
Tìm kiếm theo từ khóa liên quan:
Thiết bị di động Kỹ thuật lập trình Điện thoại di động Lập trình điện thoại Giao diện người dùng Xử lý tập tinTài liệu liên quan:
-
Bài giảng Phân tích thiết kế hệ thống thông tin: Chương 3 - Hệ điều hành Windowns XP
39 trang 357 0 0 -
Kỹ thuật lập trình trên Visual Basic 2005
148 trang 281 0 0 -
NGÂN HÀNG CÂU HỎI TRẮC NGHIỆM THIẾT KẾ WEB
8 trang 224 0 0 -
Giới thiệu môn học Ngôn ngữ lập trình C++
5 trang 207 0 0 -
43 trang 200 0 0
-
Bài giảng Nhập môn về lập trình - Chương 1: Giới thiệu về máy tính và lập trình
30 trang 178 0 0 -
72 trang 173 0 0
-
Luận văn: Nghiên cứu kỹ thuật giấu tin trong ảnh Gif
33 trang 156 0 0 -
Đồ án tốt nghiệp ngành Công nghệ thông tin: Lập trình game trên thiết bị di động
56 trang 151 0 0 -
33 trang 145 0 0