Skip to main content

Posts

Showing posts with the label Custom ListView Android

Custom ListView Android

Bài này Học Lập Trình sẽ huớng dẫn các bạn tùy chỉnh ListView theo ý của mình. Nhứng úng dụng thực tế của ListView đựoc sử dụng rất là rộng rãi. Bài viết gồm 4 phần: 1. Xây dưng giao diện ở layout 2. Xử lý code ở Java 3. Chạy chuơng trình để xem thành quả nhé  4. Download Source Code Listview trên có 3 thành phần đó là : Tên Danh Mục, Phần miêu tả chi tiết, và ô checkBox bên cạnh phía trái để cho người dùng chọn. 1. Xây dưng giao diện ở layout Trong Layout có: +  list_view.xml +  activity_main.xml + list_view.xml CODE: -<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" > <CheckBox android:id="@+id/cbDanhMuc" android:layout_width="wrap_content" android:layout_height="66dp" android:paddingRight=&qu