tags:

views:

23

answers:

1

m developing a twitter mobile client...logout and refresh working perfectly in emulator...but while trying to run the application on mobile....the application hangs after trying to refresh and login after logout fails....

+1  A: 

Emulators aren't real devices!! I don't trust emulators as far as I can through them :)

What device, what network? Also phones have a limited number of http connection objects that can be opened as a single time so maybe you aren't closing them or they aren't clearing out correctly.

drubin