Đang chuẩn bị liên kết để tải về tài liệu:
Intent trong lập trình Android part 3

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Đến đây chúng ta đã hoàn tất Tutorial. Hy vọng qua ví dụ này các bạn đã hiểu được lý thuyết về Intent và cơ chế truyền nhận dữ liệu qua Intent. | Intent trong lập trình Android Part 4 -Tiếp theo bạn tạo layout cho hai Activities như hình vẽ dưới input.xml PHP Code RelativeLayout xmlns android http schemas.android.c om apk res android android id @ id RelativeLayout01 android layout_width fill_parent android layout_height fill_parent TextView android id @ id TextView01 android layout_width wrap_content android text A android layout_margin 20dip android layout_height wrap_content TextView EditText android id @ id txtNum1 android text 0 android layout_width fill_parent android layout_height wrap_content android layout_alignBottom @id TextView01 android background @android drawable editbox_backg round android layout_marginRight 10dip android layout_toRightOf @id TextView01 EditTex t TextView android id @ id TextView02 android layout_width wrap_content android layout_below @id txtNum1 android text B android layout_margin 20dip android layout_height wrap_content TextView EditText android id @ id txtNum2 android text 0 android layout_width fill_parent android layout_height wrap_content android background @android drawable editbox_backg round android layout_marginRight 10dip android layout_toRightOf @id TextView02 android layout_alignBottom @id TextView02 EditT ext Button android id @ id btnGo android text Calculate android layout_margin 10dip android layout_width wrap_content android layout_below @id txtNum2 android layout_height wrap_content Button RelativeLayout result.xml PHP Code RelativeLayout xmlns android http schemas.android.c om apk res android android id @ id RelativeLayout01 android layout_width fill_parent android layout_height fill_parent TextView android id @ id TextView01 android layout_width wrap_content android text A B android layout_margin 10dip android layout_height wrap_content TextView EditText android id @ id txtSum android text android layout_marginRight 10dip android layout_marginTop 5dip android layout_width fill_parent android layout_height wrap_content android background @android drawable