Android Studio là một phầm mềm bao gồm các bộ công cụ
khác nhau dùng để phát triển ứng dụng chạy trên thiết bị sử dụng hệ điều
hành Android như các loại điện thoại smartphone, các tablet...
Yêu cầu phần cứng:
Microsoft® Windows® 8/7/Vista/2003 (32 or 64-bit)
Tối thiểu 2 GB RAM, cấu hình đề nghị: 4 GB RAM
Ổ cứng trống ít nhất : 400 MB
Độ phân giải tối thiếu 1280 x 800
Java Development Kit (JDK) 7 trở lên
Lựa chọn thêm cho accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
Công cụ cần có sau khi cài đặt:
Bộ Android studio khi tải về bao gồm các thành phần sau:
– Android Studio IDE
– Android SDK tools
– Android 6.0 (Marshmallow) Platform (tính tới thời điểm này)
– Android 6.0 emulator system image with Google APIs
Yêu cầu phần cứng:
Microsoft® Windows® 8/7/Vista/2003 (32 or 64-bit)
Tối thiểu 2 GB RAM, cấu hình đề nghị: 4 GB RAM
Ổ cứng trống ít nhất : 400 MB
Độ phân giải tối thiếu 1280 x 800
Java Development Kit (JDK) 7 trở lên
Lựa chọn thêm cho accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality
Công cụ cần có sau khi cài đặt:
Bộ Android studio khi tải về bao gồm các thành phần sau:
– Android Studio IDE
– Android SDK tools
– Android 6.0 (Marshmallow) Platform (tính tới thời điểm này)
– Android 6.0 emulator system image with Google APIs
Hướng dẫn cài đặt.
Download trang chủ: https://developer.android.com/studio/
Cấu hình đường dẫn SDK path theo hướng dẫn.
Tiếp theo, ta update các SDK platform (hỗ trợ tạo máy ảo), Sdk tool là các công cụ cần để lập trình android
Tạo 1 project đầu tiên,
Vào New-->New Project,
Chọn empty activity,
Đặt tên và chọn nơi save project nhé,
Sau khi đã tạo xong project, ta phải thay đổi Layout thành LinearLayout
Tiến hành tạo máy ảo,
Mình chọn máy ảo Neo-S
Chọn source X86, Kitkat 4.4
Thêm tên cho máy ảo, chọn finish để hoàn tất.
Các lệnh căn chỉnh các control (button,listview,textview...)
-Căn chỉnh code trong Adroid Studio
ctrl+alt+L
-Căn chỉnh chiều dọc vertical cho LinearLayout:
android:orientation="vertical"
-Căn chỉnh chiều rộng theo content:
android:layout_width="wrap_content"
-Căn chỉnh chiều rộng theo layout chính
android:layout_width="match_parent"
-Căn chỉnh nội left,right,center,bottom
android:gravity="left"
-Căn từ trái qua bao nhiêu dp
android:layout_marginLeft="50dp"
-Cách từ trên xuống bao nhiêu dp
android:layout_marginTop="100dp"
No comments:
Post a Comment