美文网首页
Loading Data in the Background

Loading Data in the Background

作者: Archo | 来源:发表于2016-09-20 14:07 被阅读0次

使用CursorLoader

Define an Activity That Uses CursorLoader

PhotoThumnailFragment extends FragmentActivity implements
LoaderManager.LoaderCallbacks<Cursor>

Initialize the Query

LoaderManager.initLoader()

Start the Query

override onCreateLoader()

Handle Query Result

Delete Old Cursor References

相关文章

网友评论

      本文标题:Loading Data in the Background

      本文链接:https://www.haomeiwen.com/subject/svqoettx.html