LayoutInflater的inflate方法
this.convertView?=?LayoutInflater.from(context).inflate(layoutId,parent,false); this.convertView?=?LayoutInflater.from(context).inflate(layoutId,null);
上面兩種方式,我看有的使用第一種,有的使用第二種,哪種更好一些?如果是第一種那這個第2個參數ViewGroup怎么理解,還有第3個參數是什么意思,為什么設置為false