0
I use Intentservice to get the data from my Bank on the Internet. and I am passing the data of the intentservice class to Activity with use of Intent. My doubt is how much data I can pass via Intent.
The user will view these items in an infinite list until the last bank record. These items I am passing to an Arraylist within the Intentservice.
Should I manage the search according to the list scroll? Sort clear the Arraylist when scrolling the list? to not have a gigantic Arraylist?
It’s kind of hard to understand your question. I use Intentservice to collect data from my Bank on the Internet: What is "My Bank on the Internet"?
– Max Fratane
Databank. Webservice. My database is external in a webservice.
– Stênio Barroso de Moraes