Dilemma: when to use Fragments vs Activities:

后端 未结 14 819
失恋的感觉
失恋的感觉 2020-11-22 11:58

I know that Activities are designed to represent a single screen of my application, while Fragments are designed to be reusable UI layouts with log

14条回答
  •  孤城傲影
    2020-11-22 12:08

    Since Jetpack, Single-Activity app is the preferred architecture. Usefull especially with the Navigation Architecture Component.

    source

提交回复
热议问题