Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I'm quite new to the iphone Dev. I've been doing some tutorials and going through some books but I want to create an app that can retrieve data (say images for example) from the web (from a database) onto the iphone.
Basically: You need a script server side (php is nice) that take info on your remote database (mysql for example), and give output in xml or json, then you can make a http request with ASIHTTPRequest or NSURLConnection from your iOS app to retrieve the output of the script, and then you can parse it with SBJon (for json) or NSXMLParser (for xml). Google terms that you don't know
Basically: You need a script server side (php is nice) that take info on your remote database (mysql for example), and give output in xml or json, then you can make a http request with ASIHTTPRequest or NSURLConnection from your iOS app to retrieve the output of the script, and then you can parse it with SBJon (for json) or NSXMLParser (for xml). Google terms that you don't know
Thanks. Just to clear things up. There's a whole lot of images stored on a server. I want to make an app that allows the user to download those images onto their iphone. I understood most of what you said, just confused about the first part.
You need a script server side (php is nice) that take info on your remote database (mysql for example) and give output in xml or json
where would this sit in terms of someone running the app and downloading an image? could you maybe break what you said down into more steps?
We frown on links to pirated stuff around here. If you are too cheap to pay for what you take from the community, then the community isn't going to do too much to help you when you need it.
Do not quote questionable posts.
Do not post moderator requests in public. Send a PM.
We frown on links to pirated stuff around here. If you are too cheap to pay for what you take from the community, then the community isn't going to do too much to help you when you need it.
Sorry about that, I wasn't implying that I am going to download them. just wanted to know which books he recommended.
but i don't know a particular tutorial to do what you want, however are just few things, maybe can be usefull read that WebService [How-To] in particular section 4, 5, 6.
but i don't know a particular tutorial to do what you want, however are just few things, maybe can be usefull read that WebService [How-To] in particular section 4, 5, 6.
Thanks for the links. I've gone through that book. The link to your other posts were quite confusing. What I'm looking for is something that explains the code.
Replies
Basically: You need a script server side (php is nice) that take info on your remote database (mysql for example), and give output in xml or json, then you can make a http request with ASIHTTPRequest or NSURLConnection from your iOS app to retrieve the output of the script, and then you can parse it with SBJon (for json) or NSXMLParser (for xml).
Google terms that you don't know
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeJust to clear things up. There's a whole lot of images stored on a server. I want to make an app that allows the user to download those images onto their iphone.
I understood most of what you said, just confused about the first part. where would this sit in terms of someone running the app and downloading an image?
could you maybe break what you said down into more steps?
Thanks
mc
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeDo not post moderator requests in public. Send a PM.
vvvvv----- Use the flag button to report spam.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI wasn't implying that I am going to download them. just wanted to know which books he recommended.
mc
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome2-app do a http request to your php script, that give an xml with all links to your image
3-you download the images and display these.
clear enough?.
The php script will work as a bridge from your remote database and iOS app.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeLast thing? any books or tutorials.
Thanks
mc
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeBeginning iPhone 4 Development: Exploring the iOS SDK
but i don't know a particular tutorial to do what you want, however are just few things, maybe can be usefull read that WebService [How-To] in particular section 4, 5, 6.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThe link to your other posts were quite confusing. What I'm looking for is something that explains the code.
Thanks for your help anyway
mc
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome