摘要: public class MyAdapter extends BaseAdapter { Context context; public MyAdapter(Context context) { this.context = context; } private... 阅读全文
posted @ 2014-06-24 11:35 kevindoit 阅读(218) 评论(0) 推荐(0)