Android Question Filling a CustomListView

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I'm filling a CustomListView while parsing a JSON string.
The JSON items are ~1000 and the time to load and see the list is ~20 sec on a Huawei Honor 8, Android 6.0.1.
Would UltimateListView be faster than CustomListView?

I think it could be faster to load the list. Does anyone have a suggestion?

Thank you in advance!
 
Top