In short, in my application has ListView with data from SQLite and images from http url, there is also a GridView as well with data from SQLite and images from http url.
Appears all is well! but when scrolling long application loaded slowly
Tell me how to optimize my application? plz
In short, in my application has ListView with data from SQLite and images from
Share
This is pretty much explained in the Android Training site by Using a Background Thread and Holding View Objects in a View Holder. If you want more explanation, you should watch this talk by Romain Guy and Chet Haase – The World of ListView