Frankly, despite of my large investigation on this issue I have few difficulties in understanding some information. By aggregating all the data about Thread that I searched and found there are a lot of weird things turned out. I would like to know your opinions about the way how the scenario should be set and from where to begin?! Not far, I would like to start by giving an example of the implementation on ANDROID…. Certainly, I want to ask about the listing/sorting information that occurs - for example when we search “Game” by typing in a search engine. Taking an instance from Delphi… As I understood by sorting process, first of all the data is loading to the Listview by parsing, them the pictures are loading through the Listview Items. The operations are taking place on this process are fallowing by Threads. During the loading the data at the same time the pictures are uploading separately for the Item one-by-one. There is occurring no any problem, delaying in load process or confusion/freezing if we move the list upward-downward while loading process. What do I need in order to achieve such kind of operation ?! How the scenario is supposed to be set ?! Are the uploading pictures placing initially into the phone memory rather than required Items ?! Or, they are placing directly into Items ?!