RestKit - From Zero to Hero
by Peter Friese
- 11,934 views
This talk explains what RestKit is and how it can help you build applications that sync with REST services. The code for this talk is available at https://github.com/peterfriese/RestKitFromzeroToHero
This talk explains what RestKit is and how it can help you build applications that sync with REST services. The code for this talk is available at https://github.com/peterfriese/RestKitFromzeroToHero
Accessibility
Categories
Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
© All Rights Reserved
Statistics
- Likes
- 16
- Downloads
- 179
- Comments
- 8
- Embed Views
- Views on SlideShare
- 9,313
- Total Views
- 11,934
Very interesting. 1 year ago
1) UDID: yes, I know. I did point out this issue in my talk, but nevertheless wanted to show how you can use this feature.
2) XML: yes, you can use XML. RestKit will automatically map XML structures to Objective-C objects depending on the mapping you provide.
3) Yes, you can cancel network request after they have been queued.
4) There are no preconditions w.r.t. to the backend server, as you can influence how RestKit performs REST calls.
HTH, Peter 1 year ago
Can be XML used or not at all?
CAn be network request be cancelled while they are being executed?
How do you usually create your REST servers? I remember there was time ago a library for iOS called objective resource, that was very easy integrating it if your server was created ussing Ruby on Rails. Are there any preconditions about the server or REST?
Thanks a lot for help. 1 year ago