General topic questions
Activity vs Fragment
EasyMost asked
Free section · general topics & algorithms
When do you use an Activity vs a Fragment?
Reveal model answer
Activity is a screen entry point/window host. Fragments compose reusable UI within an activity (tabs, master-detail). Prefer single-activity + navigation component for many modern apps.