Guest User

Untitled

a guest
Mar 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. override fun onCreateLoader(i : Int, b : Bundle): Loader<Cursor>
  2. = CursorLoader(sortOrder = null, selectionArgs = null, selection = null,
  3. context = this, uri = CONTENT_URI, projection = proj)
Add Comment
Please, Sign In to add comment