RestKit - From Zero to Hero
by Peter Friese
- 11,934 vues
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
Accessibilité
Catégories
Détails de l'import
Importé via SlideShare au format Adobe PDF
Droits d'utilisation
© Tous droits réservés
Statistiques
- J'aime
- 16
- Téléchargements
- 179
- Commentaires
- 8
- Vues externes
- Vues sur SlideShare
- 9,313
- Total des vues
- 11,934
Very interesting. Il y a 1 an
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 Il y a 1 an
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. Il y a 1 an