You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -485,7 +486,9 @@ public static class CursorLoaderListFragment extends ListFragment
485
486
<p>There are a few different samples in <strong>ApiDemos</strong> that
486
487
illustrate how to use loaders:</p>
487
488
<ul>
488
-
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/FragmentListCursorLoader.html">FragmentListCursorLoader</a> — A complete version of the
LoaderCursor</a> — A complete version of the
489
492
snippet shown above.</li>
490
493
<li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html"> LoaderThrottle</a> — An example of how to use throttling to
491
494
reduce the number of queries a content provider does then its data changes.</li>
0 commit comments