Open GoogleCodeExporter opened 9 years ago
Original comment by Hyunsu.Cho@trincoll.edu
on 13 Apr 2014 at 1:39
There are lots of places where doHTTPGET() is referenced; so doing it
asynchronously would require revamping lots of code.
Original comment by Hyunsu.Cho@trincoll.edu
on 13 Apr 2014 at 3:43
I just found out that AccountManager.blockingGetAuthToken() suffers from the
same problem. I think this is related to Issue 361
(https://code.google.com/p/posit-mobile/issues/detail?id=361). The difference
is that, now with API 10 or higher, Android is very strict about separation
between UI thread and worker thread.
Original comment by Hyunsu.Cho@trincoll.edu
on 13 Apr 2014 at 3:48
Sounds like a good, focused project for someone! Thanks for posting this.
Original comment by ram8...@gmail.com
on 13 Apr 2014 at 11:57
Original issue reported on code.google.com by
Hyunsu.Cho@trincoll.edu
on 13 Apr 2014 at 1:37