hi friends, i have made one list of images + respective data in tableview. it takes long time while loading i want to make multithreading two methods
1> parsing of data
2> parsing of images
i want to execute parsing of data first after that i can select any of rows listed even though images not been loaded(/parsed) because the images is parsed after the parsing of data and it takes long time.
from where should i call these both the methods. and how enable the selection on row after parsing of the data... how to do multithread both the methods
waiting for your great responce
Thanking in advance