Lines Matching full:fragment
126 <p>A fragment is a new framework component that allows you to separate distinct elements of an
128 fragment, you must extend the {@link android.app.Fragment} class and implement several lifecycle
133 <p>You can also use a fragment without providing a UI and instead use the fragment as a worker
158 <p>To perform a transaction, such as add or remove a fragment, you must create a {@link
163 android.app.FragmentTransaction#commit commit()} and the system applies the fragment transaction to
169 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/index.html#Fragment">
384 loader for your activity or fragment.</p>
416 (View, Drawable, Fragment, Object, or anything else). It allows you to define several aspects of an
824 <li>New {@link android.webkit.WebViewFragment} class to create a fragment composed of a