I use IntentService to get my Bank data on the internet. and I am passing the data from intentservice class to Activity with intent use. My doubt is how much data I can pass via.
The user will view these items in an infinite list until the last record of the bank. These items are passing to an Arraylist within the IntentService.
Should I manage the search according to the roll of the list? How to clean the ArrayList when scrolling the list? to not have a gigantic ArrayList?