Is Fragment an Activity? (Android)
A Fragment is not an Activity. Fragments are hosted inside a FragmentActivity.
Check PJL's answer for more information.
See Android Developers page on Fragments
A Fragment is not an Activity. Fragments are hosted inside a FragmentActivity.
Check PJL's answer for more information.
See Android Developers page on Fragments