摘要:
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 阅读全文
浙公网安备 33010602011771号