Friday, June 15, 2012
June 15, 2012
Multi threading For Performance
To make responsive apps, the main ui thread has to do minimum amount of work. Longer tasks hadled by different threads, because users cannot tolerate some pauses.
So, reduce the work on main ui thread by throwing the task to other threads.
0 coment�rios:
Post a Comment