在实际开发中LayoutInflater这个类是非常有用的,它的作用类似于 findViewById(),不同点是LayoutInflater是用来找layout下xml布局文件。而findViewById()是查找的具体 widget控件(如Button,TextView等)。1.main.xml2.dynamic_add.xml3.activity private View view; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInsta... Read More
posted @ 2014-02-09 17:58
等风来。。
Views(553)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号