hi,
I have this application with a big database, and sometimes I have queries resulting in more than 20000 results. At the moment I use the default listview with 2 lines and bitmap to display the result, but it can get slow on some devices (like 3 - 5 seconds to create the whole list).
My question is if there is a methods that could allow me to speed up this? I like to have results in less than a second. I tried scrollview, but I found it even slower.
Any idea is welcome!
jmon.