Android Programming and Technical Programming Technical

Which of the below is not a Fragment class.

Options
1) Fragment
2) DialogFragment
3) PreferenceFragment
4) ActivityFragment

Read Solution (Total 2)

Android Other Question

How to create an activity which has fragment with listview?

Options
1) use Activity, fragment, a layout which will have listview
2) use activity & a ListFragment
3) Use only Activity with a layout which is having a listview in it.
4) Use only a ListFragment with out any activity
Which of the below functions are not part of Fragment life cycle?

Options
1) onCreateView()
2) onDetach()
3) onActivityDestroyed()
4) onActivityCreated()