Inflater英文意思是膨胀,在Android中应该是扩展的意思吧。

LayoutInflater的作用类似于 findViewById(),不同点是LayoutInflater是用来找layout文件夹下的xml布局文件,并且实例化!而 findViewById()是找具体某一个xml下的具体 widget控件(如:Button,TextView等)。

相关文章:

  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-02-02
  • 2022-02-11
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案