摘要: step1:自定义一个类 step2: 继承BaseAdapter重写函数。 step1: package com.example.uilistviewtest; public class Fruit { private String name; private int imageId; publi 阅读全文
posted @ 2016-02-18 10:45 JoneZP 阅读(117) 评论(0) 推荐(0)