thx brent for the suggestion, but in my case i doubt i can use this method. and btw i’m not affraid of any code challenge.
i’m downloading images from the internet, and then puting them in real time to the tableview. i can’t cache anything before, that is not there yet. i tried different aproach, to download all images first then create the tableview, but the user waits to long for the table to come, this is not pratical, and still the tableview lags after this method (ofc with this method i can use your suggestion but for the reason i told here i abandon this method).
and again, my method always worked fine for 1 year…low lag and almost 100% smooth. now with same code…high lag, 30% smooth at best. i believe tableview code is not optimized for android.
i’ve made a scrollview myself from scratch that have 0 lag with only images inside, i use that code for simple scrolls and menus, but guess i will improve it to substitue completly the tableview. by the comments here, i doubt corona will improve it’s code after all.