代码改变世界

随笔档案-2012年10月16日

Head Fisrt Android Development读书笔记(6)Lists and Adapters

2012-10-16 15:39 by java20130722, 121 阅读, 收藏,
摘要: ListView = ScrollView[ ViewGroup[A View for Each Row] ]Adapteran interface whose implementations provide data and the display of that data used by the ListView.public class TimeTrackerAdapter extends BaseAdapter {...}View getView(int index, View view, ViewGroup parent)return the view used to display 阅读全文