What is the difference between FragmentActivity and Activity?

Asked 2 years ago, Updated 2 years ago, 94 views

While working on Fragment, I used Activity and Fragment Activity alternately, and I want to know the difference between these two. Even if you change Activity to Fragment Activity, there is no change in the app, so I wonder why you classify these two.

android android-fragments android-support-library android-fragmentactivity

2022-09-22 22:15

1 Answers

FragmentActivity is a subclass of Activity. The FragmentActivity class adds several new methods to ensure compatibility with earlier versions of Android, but there is no significant difference between the two.


2022-09-22 22:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.