Guest User

Untitled

a guest
Mar 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @Override
  2. public Loader<Cursor> onCreateLoader(int i, Bundle bundle) {
  3. return new CursorLoader(this, CONTENT_URI, proj,
  4. null, null, null);
  5. }
Add Comment
Please, Sign In to add comment