(转)View.inflate和LayoutInflater的inflate方法区别

原地址:http://blog.csdn.net/amo_te_ama_me/article/details/51055283html 平时ListView加载item中,adapter的getView方法中,咱们常常用到: java LayoutInflater.from(mContext).inflate(R.layout.it,parent,false); 这样的方法来加载布局xml,平时一
相关文章
相关标签/搜索