I need to learn about NSDictionary and NSMutableDictionary. Can you provide a video cover these two objects? Will you explain in another video "WCF Web API" for communicating with iPhone and WCF web services soap
@davepamn NSMutableDictionary can grow, change etc, NSDictionary can't change after it's initialized. As for the WCF Web API I have never used it and whenever someone asks me to make a tutorial or asks a question it goes into a queue. It'll be a few weeks before I can get to it
Hopeful you can explain how to communicate between an asp.net web service and iPhone app. I was able to communicate with Bing using JSON NSMutableDictionary, but I don't know what interface they had on their side. I would like to create an JSON web services on my IIS server that can serve up JSON data objects
@davepamn Because im never storing that return type, im simply passing it on after it's retrieved so it's not going to change state, it can be NSMutable if you want it to be
The code sample worked beautifully. I went to the Bing API page and created an appID by filling out a form. I inserted the key into the code and it worked.
I want to display a JSON string from my web server. What video shows how to display a simple key/value hello world sample?
Will provide the steps to create a linking library rather than copying of the json class in the framework? I want to use the json/json.h include statement
@davepamn This doesn't use the Json/Json.h file like the SBJson or TouchJson does, this using the NSJsonSerialization parser built into the new XCode 4.2, hence the IOS 5 title :) . There's no copying of classes, im simply accessing the built in function.
I need to learn about NSDictionary and NSMutableDictionary. Can you provide a video cover these two objects? Will you explain in another video "WCF Web API" for communicating with iPhone and WCF web services soap
davepamn 2 weeks ago
@davepamn NSMutableDictionary can grow, change etc, NSDictionary can't change after it's initialized. As for the WCF Web API I have never used it and whenever someone asks me to make a tutorial or asks a question it goes into a queue. It'll be a few weeks before I can get to it
iElmoTutorials 2 weeks ago
Hopeful you can explain how to communicate between an asp.net web service and iPhone app. I was able to communicate with Bing using JSON NSMutableDictionary, but I don't know what interface they had on their side. I would like to create an JSON web services on my IIS server that can serve up JSON data objects
davepamn 2 weeks ago
When should you use
NSDictionary* json = [NSJSONSerialization JSONObjectWithData:responseData //1 options:kNilOptions error:&error];
verses
NSMutableDictionary?
davepamn 3 weeks ago
@davepamn Because im never storing that return type, im simply passing it on after it's retrieved so it's not going to change state, it can be NSMutable if you want it to be
iElmoTutorials 2 weeks ago
The code sample worked beautifully. I went to the Bing API page and created an appID by filling out a form. I inserted the key into the code and it worked.
I want to display a JSON string from my web server. What video shows how to display a simple key/value hello world sample?
davepamn 3 weeks ago
Will provide the steps to create a linking library rather than copying of the json class in the framework? I want to use the json/json.h include statement
davepamn 3 weeks ago
@davepamn This doesn't use the Json/Json.h file like the SBJson or TouchJson does, this using the NSJsonSerialization parser built into the new XCode 4.2, hence the IOS 5 title :) . There's no copying of classes, im simply accessing the built in function.
iElmoTutorials 3 weeks ago
@iElmoTutorials
Thanks
I will try the demo. I was looking for json framework and didn't see it.
davepamn 3 weeks ago
I didn't see the NSJsonSerialization in the title. Perhaps you could put that note in the description.
davepamn 3 weeks ago
I was able to use NSJSONSerialization as a built in function
davepamn 3 weeks ago
This has been flagged as spam show
Excellent tutorial using json in ios 5 and bing!
SuperAndersonalves 1 month ago
Awesome tutorials
iN8Dev 2 months ago in playlist More videos from iElmoTutorials