I am trying to query data from sqlite db through CursorLoader. When i go through the documentation in android developer website, i can't find the limit query.
CursorLoader(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
How can i implement limit in CursorLoader?
Thanks in Advance