摘要: BaseAdapter创建这么一个对象,需要些四个方法。 int getCount(); Object getItem(int position); long getItemId(int position);View getView(int position, View convertView, V 阅读全文
posted @ 2014-08-19 23:30 Yvettey 阅读(176) 评论(0) 推荐(0)