Junior — Middle
Is it mandatory to use fragments when developing interfaces with Jetpack Compose?
sobes.tech AI
Answer from AI
No, when developing interfaces with Jetpack Compose, using fragments is not mandatory. Jetpack Compose allows creating UI entirely declaratively and managing navigation and states without the need to use fragments. Although fragments can be used together with Compose, they are not a required component.