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
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.
© 2024 OneMinuteCode. All rights reserved.