forabi / yagrac

Automatically exported from code.google.com/p/yagrac
2 stars 0 forks source link

Better multi-threading #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The screen transitions currently take a while, and the user can spend some 
waiting on a screen because calls to the GoodReads API are blocking the current 
thread.  It would be much better to perform the API call on a background thread 
and remain responsive to the user.

Original issue reported on code.google.com by adam.jo...@gmail.com on 3 Sep 2010 at 5:27

GoogleCodeExporter commented 9 years ago
R22 - Calls to load data on the View Shelf and Updates activities are now on a 
background thread.  Progress dialog is displayed until these complete.  This 
modification must be repeated on remaining activities before closing the issue.

Original comment by adam.jo...@gmail.com on 28 Sep 2010 at 3:20

GoogleCodeExporter commented 9 years ago
Remaining screens to be adjusted:

Book detail
Book reviews
Review detail
Review comments
User detail
User updates
Social Tabs (Friends, Followers, Following)
Add to shelf
Review book

Original comment by adam.jo...@gmail.com on 29 Sep 2010 at 4:05

GoogleCodeExporter commented 9 years ago
Escalating.  This is the root cause of most Force-Close events.

Original comment by adam.jo...@gmail.com on 8 Apr 2011 at 12:15