I have a simple recyclerView. When scrolling, items are getting fetched from a Room Database and being added to the recycler's list.
I wondering how many items can be added before throws OOM?
Is there any way to control this? Example: In instagram's search section you cant scroll down forever right?