2015年9月15日

android 设计模式

摘要: adaper 的工厂模式baseAdapter:public abstract class AdapterBase extends BaseAdapter { protected List mList = new LinkedList(); protected Context mCont... 阅读全文

posted @ 2015-09-15 11:23 yujian_bcq 阅读(154) 评论(0) 推荐(0) 编辑

导航