The loop in your code blocks on bis.read() for as long as it takes to get
the next byte from the server over the network. I'm sure you understand that
that loop can take many seconds, even minutes to finish, depending on many
factors. During that time, creation of your activity is effectivity in
limbo. The Android OS won't let the onCreate method of your activity run for
that long.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to