Ngày 1 | - Introduce about ADT, SDK, NDK, Android Platform, API - Application structure, Hello world - Manifest : permission, application, phiên bản SDK - Viết ứng dụng ‘Hello world’ - Building and running the activity (Example with button, textview without xml layout) - Using xml layout - TextView, Button, ImageView, Checkbox, Toggle, Radio Button |
Ngày 2 | Bố trí giao diện ứng dụng Android - Containers, Linear Layout (layout_gravity, gravity, orientation, layout_weight) - Relative Layout (align, abow, below) - Table View, ScrollView, Selection View : ListView, GridView, GalleryView, Spinner |
Ngày 3 | Lập trình widgets: image buttons, progress bar, seekbar… - Hứng sự kiện - Option menu and Context Menu - Inflate Xml for Menu |
Ngày 4 | Nâng cao kỹ thuật bố trí giao diện - Fancy with Lists : customize adapter - Using convertView - Using ViewHolderTabLayout |
Ngày 5 | Other widgets for showing message : Toast, Dialog, ProgressDialog - Dealing with thread - Logic vs UI Thread - Thread – RunOnUiThread - AsyncTask (Example : Loading file with asynctask and ProgressBar) |
Ngày 6 | Intent & Intent Filters - Intent And Intent Filter (filter for call, view picture, view map, webpage …) - Activity, Activity for Result. Why and When? - Activity Life cycle (OnCreate, OnStart, OnResume, OnPause, OnStop, OnDestroy) |
Ngày 7 | Broadcast- Services - Bind Service, Application Service, AIDL Service Lập trình dịch vụ SMS – Telephone |
Ngày 8 | Lưu trữ trong Android - Read and Write File (cache, external, internal) - Preferences - Make Setting Page with Preferences - SQLite Database |
Ngày 9 | Content – Content Provider - Tạo content provider - Tạo custom provider |
Ngày 10 | Viết ứng dụng kết nối dịch vụ web service - Phương thức REST - HttpUrlConnection Phân tích dữ liệu trả về kiểu XML – JSON |
Ngày 11 | Lập trình đồ họa – hoạt hình - Vẽ trên Canvas - Tăng tốc đồ họa - Lập trình hoạt hình |
Ngày 12 | Lập trình tương tác đa chạm - Xử lý tương tác touch, pin, pan, rotate,… |
Ngày 13 | Lập trình multimedia - Play audio – video - JetPlayer - Chụp ảnh – truy xuất album ảnh |
Ngày 14 | Tích hợp thông tin địa điểm và bản đồ số - Location Base Service - MapView and MapActivity - Display map & Pin a location in a Map |
Ngày 15 | Giao tiếp với các cảm biến - La bàn, cảm biến gia tốc, cảm biến con quay hồi chuyển. Nhận dạng rung lắc thiết bị - Cảm biến ánh sáng, vị trí… |
video
About Author
Advertisement
Related Posts
- Hiệu ứng lắc trong android20 Aug 20140
Tạo project Android:Bước 1: Add folder đặt tên anim nằm trong thư mục resadd thư mục anim trong res&...Read more »
- Chuyển danh bạ giữa Android, iPhone và Windows Phone dễ ợt15 Jan 20150
Việc chuyển danh bạ giữa những chiếc điện thoại chạy khác hoặc thậm chí là cùng nền tảng là một tron...Read more »
- Socket Android Client to PC Server C#06 Jan 20150
Using AsynCallback C#Android Client connect Server C#Download source code: Click Herec# socket multi...Read more »
- Bắt đầu học lập trình Android03 Jan 20150
Tổng hợp bài tập thực hành Android cho người mới bắt đầu. Luyện tập từ căn bản nhất. Bổ sung thêm tà...Read more »
- Android 5.0 Example01 Jan 20150
Những điểm mới trong Android 5.0• Giao diện Material Design.• Màu sắc của thanh trạng thái có thể th...Read more »
- Sử dụng điện thoại Android từ xa bằng máy tính hoặc tablet20 Nov 20140
Đôi khi tính chất công việc yêu cầu bạn phải luôn để điện thoại ở chế độ im lặng hoặc không được man...Read more »
- Nguyên tắc ngón tay cái trong thiết kế ứng dụng cho điện thoại15 Jul 20140
Nguyên tắc ngón tay cái trong thiết kế ứng dụng cho điện thoạiĐiện thoại di động ngày nay đã quá phổ...Read more »
- Hiển thị HTML cho Android TextView05 Jul 20140
Hiển thị HTML cho Android TextViewHiển thị HTML cho Android TextViewDơwnLoad Source Code: ▶&nb...Read more »
Post a Comment
Click to see the code!