blob: dba0a0ffed11cc245e5f6be3e5cfcea79b0a2078 [file] [log] [blame]
page.title=LoaderCursor Sample
@jd:body
<p>This sample demonstrates the use of the
<pre><a href="http://developer.android.com/reference/android/app/LoaderManager.html">LoaderManager
</a></pre> to retrieve data from a
<pre><a href="http://developer.android.com/reference/android/database/Cursor.html">Cursor</a></pre>
.</p>
<p>Here, a list of contacts is displayed in a
<pre><a href="http://developer.android.com/reference/android/app/ListFragment.html">ListFragment
</a></pre> and filtered using a
<pre><a href="http://developer.android.com/reference/android/widget/SearchView.html">SearchView
</a></pre> ActionBar item.</p>