I have an "infinite" recyclerview that every time the user scrolls to the bottom it loads more data.
I start with 5 items, and if i keep scrolling down i can have thousands of Objects added to the adapter's ArrayList.
What is the preferred way to manage this? Cause i assume that having an array of this size is not ideal!