我看过一些教程, 在Android Doc中, 它说在即时不能直接访问布局充气器。 例如谷歌 Doc:
LayoutInflater inflater = (LayoutInflater)context.getSystemService
(Context.LAYOUT_INFLATER_SERVICE);
我所经历的教程就是这个:
LayoutInflater inflater = LayoutInflater.from(parent.getContext());
所以,我真正不明白的是,除了明显的不同的代码外,区别是什么。任何解释都非常感激。我认为安道尔德医生应该是我们追随的医生,但我不知道这是否有什么不同。