Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm looking for sample apps that consume web services, specifically in RESTful. Also, If anyone know any public RESTful web services please let me know.

share|improve this question

closed as not constructive by gnat, Walter, Glenn Nelson, Dynamic, Jim G. Dec 29 '12 at 18:21

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 0 down vote accepted

I think this is a good starting point http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/

share|improve this answer
Do you know of any public web services that are RESTful? – wackytacky99 Jul 11 '12 at 13:43
dev.twitter.com/docs/api is enough? – Napolux Jul 11 '12 at 15:50

For iOS developers the main thing is UI Controls.

Here somebody provided a nice document on UI Controls:

http://iosbricks.blogspot.in/2012/12/ui-controlsuikit-framework-reference.html

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.