Issue 66: Download in a different thread
Project Member Reported by jakob.ob...@gmail.com, Dec 10, 2010
The download of the data is done until now, when the user clicks on the camera tab on the tabbar, which freezes the app for some seconds. It would be nice if the apps switches immediately to the cam and downloads the data in the background. 
Dec 10, 2010
Project Member #1 jakob.ob...@gmail.com
(No comment was entered for this change.)
Labels: Version-iPhoneRelease0.1
Dec 16, 2010
Project Member #2 jakob.ob...@gmail.com
(No comment was entered for this change.)
Status: New
Labels: Performance Component-UI Usability
Sep 9, 2011
#3 p.cl...@textmimedia.com
This is due to initContentsWithUrl being single threaded.  I have noticed that the camera view never opens if the user has no location.  Possible solution is to use an asynchronous JSON retrieval such as ASIHTTPRequest.  
http://allseeing-i.com/ASIHTTPRequest/How-to-use

If i get this coded up before the next release I will submit it a solution here, as of now I am currently taking notes on the source for integration into another app.