How many variables in ketaiList?

Hello,

i made an Android app with Processing 3 in which i have a ketaiList. With this ketaiList i load different csv files anytime. My question is how many csv files can i store in the KetaList?

This is too general. I would say you can handle thousand lines easily. If you notice a performance hit, then you will need to load only a subset of your data and probably use an auxiliar thread to load new data.

Notice that Ketai is based on ListViews as you can see in Ketai’s source code. You can broaden your search to the Android community if you search for ListView instead.

Kf

1 Like