• Email
  • Like
  • Save
  • Private Content
  • Embed
 

RestKit - From Zero to Hero

by

  • 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

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

11 Embeds 2,621

http://www.scoop.it 2258
http://lanyrd.com 320
https://twitter.com 27
http://www.techgig.com 3
http://webcache.googleusercontent.com 3
http://hootsuite.scoop.it 2
https://si0.twimg.com 2
http://coderwall.com 2
http://translate.googleusercontent.com 2
http://twitter.com 1
http://www.m.techgig.com 1

More...

Statistics

Likes
16
Downloads
179
Comments
8
Embed Views
2,621
Views on SlideShare
9,313
Total Views
11,934

18 of 8 previous next Post a comment

  • gonzooin Gonzo Oin, iOS Developer at Bsoft.fr Nice work :) 7 months ago
    Are you sure you want to
  • riruilo Ricardo López Hello! A question: If I select RKRequestBackgroundPolicyContinue What happens before time expires (I think is about 10 minutes, but maybe you are downloading something large)? Is the request is cancelled, requeue again or restarted when app restarts? Thanks a lot. 7 months ago
    Are you sure you want to
  • mbabgi mbabgi Thanks for the useful slides. But in caching, when if I called 'fetchDataFromDataStore' method the app will crash and the reason: 'executeFetchRequest:error: A fetch request must have an entity' any idea why that happening since I did the same thing that you have done on 'RestKitDemo4' project. Mosab 10 months ago
    Are you sure you want to
  • adriennevillar9 Adrienne Villar where did you put these lines (slide 26) in your code? 11 months ago
    Are you sure you want to
  • daemonsy Damon Aw, Investments & Specialized Products (ANZ Wealth Management) at Royal Bank of Scotland You made me realize there's a simple call for the model, [XYZModel allObjects]; That solves a lot. 11 months ago
    Are you sure you want to
  • riruilo Ricardo López Thanks a lot!
    Very interesting.
    1 year ago
    Are you sure you want to
  • peterfriese Peter Friese, Software Architect / Principal Consultant at Zühlke Engineering @riruilo just saw your post, sorry for the delay.

    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
    Are you sure you want to
  • riruilo Ricardo López In slide 9 I see you use UDID, but nowadays Apple rejects apps that use it.

    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
    Are you sure you want to
Post Comment
Edit your comment

RestKit - From Zero to Hero RestKit - From Zero to Hero Presentation Transcript