I am developing an iPhone application which streams data(e.x.ECGData like points) from a server and displays(means Plotting) it on the screen -- i.e., live streaming. For that purpose, I am using NSUR
Is it OK to assign one NSObject as the delegate of multiple, asynchronous ASIHTTPRequests? My concern is that two or more requests will call the same callback method on the delegate at the same time.
I work with server. I send request to the server and it answers me in UTF-8 encoding, but when I try to decode byte array to the string, sometimes I get nil value. How can I decode this bytes array wi
I am creating an app that needs to connect to 开发者_开发知识库the Gmail server and fetch the inbox emails and sort them out and store them in core data modal. I have no idea on how I could integrate
I am downloading a file using NSURLConnection for the given URL. When the download is in progress, I need to display some information about the downloading file in the tableView. I have designed an UI
I have a page that displays one string on a blank page. I need to retrieve that string. How would I do it if I wanted to do it both, synchronously and asynchronously? (I would appreciate if someone ga
I am trying to playback video in my iOS app while I am loading and caching it at the same time. I fetch the video using a NSURLConnection and then store it in a local file, I start video playback of t
I need to i开发者_JAVA百科mplement a simultaneous search in two search engines. I have two functions:
I have a NSMutableDictionary and I want to send it to a URL as an XML file. I want the XML file to be stored in a folder on the URL.
i took this code from a different question and my script file has more inputs, not just mydata, also the data going into the mydata should not be static text, it should be from a NSString.