View.inflate()源码截图如下

View.inflate() 和 LayoutInflater.from(context).inflate()区别


View.inflate() 和 LayoutInflater.from(context).inflate()区别


View.inflate() 和 LayoutInflater.from(context).inflate()区别


LayoutInflater.from(context).inflate()源码截图如下:

View.inflate() 和 LayoutInflater.from(context).inflate()区别

View.inflate() 和 LayoutInflater.from(context).inflate()区别


你会发现下面这个方法实现的地方不一样罢了

LayoutInflater.from(context)

View.inflate() 源码帮你实现了

LayoutInflater.from(context).inflate()需要你自己实现

本文只代表博主个人想法和见解,如有错误欢迎指正,谢谢!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2021-04-26
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2021-09-04
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案