sleep/wait in android apps

Posted by Lynnooi on Stack Overflow See other posts from Stack Overflow or by Lynnooi
Published on 2010-04-20T01:59:11Z Indexed on 2010/04/20 2:03 UTC
Read the original article Hit count: 307

Filed under:
|

Hi,

I had an activity which calls a thread for 10times one after another. However, if the network is slow or too much information loaded, force close will occur. Will adding sleep in each thread help to solve this problem? or is there any other ways to solve it?

© Stack Overflow or respective owner

Related posts about android

Related posts about sleep