gpt4 book ai didi

android - 没有 onCreateView 的 fragment

转载 作者:行者123 更新时间:2023-12-02 13:44:43 26 4
gpt4 key购买 nike

最近我看到一些关于直接从 Fragment() 扩展 fragment 布局的文章

class ExampleFragment: Fragment(R.layout.example_fragment)

这是否只代表不包含任何数据和交互的 fragment ,我们什么时候应该使用这种方法

最佳答案

这是在 androidx.fragment version 1.1.0 中添加的:

Fragment LayoutId constructor: Subclasses of Fragment can now optionally call into a constructor on Fragment that takes an R.layout ID, indicating the layout that should be used for this fragment as an alternative to overriding onCreateView(). The inflated layout can be configured in onViewCreated().



所以本质上它是覆盖 onCreateView() 的简写。这只是膨胀布局并返回它,并鼓励在 onViewCreated() 中配置 View 的风格而不是 onCreateView() .

关于android - 没有 onCreateView 的 fragment ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59900059/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com