android之LayoutInflater讲解
在实际工作中,事先写好的布局文件往往不能满足我们的需求,有时会根据情况在代码中自定义控件,这就需要用到LayoutInflater-->用来获得布局文件对象的。
LayouInflater经常在BaseAdapter的getView()方法中用到,用来获取整个View并返回。
LayoutInflater有三种用法 :
(1)LayouInflater inflater = LayouInflater.from(this);
View layout = inflater.inflate(R.layout.main,null);
(2) LayoutInflater inflater = getLayoutInflater();
View layout = inflater.inflate(R.layout.main,null);
(3) LayouInflater inflater = (LayouInflater)getSystemService(LAYOUT_INFLATER_SERVICE);
View layout = inflater.inflate(R.layout.main,null);
posted on 2013-11-21 09:50 jianrong.zheng 阅读(194) 评论(0) 编辑 收藏 举报
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步