I was wondering if there is any optimized way to create an adapter that contains more than 1,000 objects. I tried the following, but the results were not promising.
Drawing by A.View owner - it helped, but when the size of the object increased, it had problems
B. Note: I could use a paginated api that passes a certain number of objects, but I want Api to be paginated in my scenerio.
There are images on my list, but I took care of that. Now this is not a problem.
Let me know about any new ways to reach an adapter that can have a large number of object lists in it without any problems.
source
share