Android RecyclerView + CursorLoader + ContentProvider + “Load More”
问题 I have created one Activity in that I am implementing CursorLoader for load data from Database. I have done that thing for all records of that Table but I want to load 30-30 records like Load More Functionality I have tried to create query and its loading first 30 records but I cant able to understand how can I request for new records. My Activity Code is Like: public class ProductListActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks<Cursor> { /** * Records in list *