Code completion in fragmentlayout.xml for class="^com: android.app.DialogFragment :

Implementations should override this class and implement onCreateView(LayoutInflater, ViewGroup, Bundle) to supply ... android.app.ListFragment :

ListFragment hosts a ListView object that can be bound to different data sources, typically either an array or a Cursor holding query results. Binding, screen layout, and row layout are discussed ... android.preference.PreferenceFragment :

Furthermore, the preferences shown will follow the visual style of system preferences. It is easy to create a hierarchy of preferences (that can be shown on multiple screens) via XML. For these reasons, it is recommended to use this fragment (as a s... android.webkit.WebViewFragment :

The WebView is automically paused or resumed when the Fragment is paused or resumed.

Summary