摘要: ListView 1.概念 (1)列表视图 (2)用来显示多个可滑动项列表的ViewGroup (3)需要适配器Adapter将集合中数据和每一个Item所对应的布局动态适配到ListView中进行显示 2.适配器 Adaper (1)API (2)分类 3.监听器 阅读全文
posted @ 2016-05-17 16:33 烟_雨_江_南 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1 2 12 18 19 25 26 32 33 40 41 1 package com.hanqi.testapp2; 2 3 import android.os.Bundle; 4 import android.os.Handler; 5 import android.os.Message; 6 i... 阅读全文
posted @ 2016-05-17 13:06 烟_雨_江_南 阅读(149) 评论(0) 推荐(0) 编辑