Android Inflate

inflate就相当于将一个xml中定义的布局找出来.

三种方式可以生成LayoutInflater:
  
  LayoutInflaterinflater=LayoutInflater.from(this);
  
  LayoutInflaterinflater=getLayoutInflater();
  
  LayoutInflaterinflater=(LayoutInflater)this.getSystemService

 

原文来自于:

http://android.tgbus.com/Android/tutorial/201104/348009.shtml

 

posted @ 2013-07-31 12:00  杨斌_济南  阅读(790)  评论(0编辑  收藏  举报