Home | History | Annotate | Download | only in LoaderCursor
      1 page.title=LoaderCursor Sample
      2 @jd:body
      3 
      4 <p>This sample demonstrates the use of the 
      5 <pre><a href="http://developer.android.com/reference/android/app/LoaderManager.html">LoaderManager
      6 </a></pre> to retrieve data from a 
      7 <pre><a href="http://developer.android.com/reference/android/database/Cursor.html">Cursor</a></pre>
      8 .</p>
      9 
     10 <p>Here, a list of contacts is displayed in a 
     11 <pre><a href="http://developer.android.com/reference/android/app/ListFragment.html">ListFragment
     12 </a></pre> and filtered using a 
     13 <pre><a href="http://developer.android.com/reference/android/widget/SearchView.html">SearchView
     14 </a></pre> ActionBar item.</p>