RestKit for iOS

Taras Kalapun

  • 出版商: Packt Publishing
  • 出版日期: 2013-09-08
  • 售價: $1,390
  • 貴賓價: 9.5$1,321
  • 語言: 英文
  • 頁數: 118
  • 裝訂: Paperback
  • ISBN: 1782163700
  • ISBN-13: 9781782163701
  • 相關分類: Apple Developer
  • 下單後立即進貨 (約3~4週)

商品描述

Link your apps and web services using RestKit

Overview

  • A step-by-step guide that goes beyond theory and into practice
  • Learn how to overcome hurdles that might pop up along the way when using RestKit
  • Learn how to integrate new frameworks into an existing app

In Detail

RestKit is an iOS framework for streamlining communication with web services, and it relies on the AFNetworking library that is used by thousands of app developers. It has an interface that is elegant and well designed, and it provides a powerful object-mapping engine that integrates well with the CoreData database. RestKit for iOS Standard Guide will teach you everything from loading a simple list of objects to creating a fully-featured app.

RestKit for iOS Standard Guide delivers constructive tools and insights into app development that will benefit any app developer. The book starts with a simple example and then moves on to more complex ones as your knowledge increases. By the end of the guide, you will be able to build a fully-featured app that uses RESTful web services and performs CRUD object manipulation.

RestKit for iOS Standard Guide will provide you with all the information you need to boost the development process of both simple and complex apps. Once you have executed a simple example and reviewed the basic theory, you will move on to more advanced concepts with descriptions of real-life scenarios and how to overcome bottlenecks. RestKit for iOS Standard Guide is full of real-life examples that show you how to simplify data loading, basic and advanced object mapping, metadata mapping, and routing. This book also teaches you about routing, RESTful object manipulation and synchronization, integration with the user interface, and caching.

What you will learn from this book

  • Learn how to load remote data in local objects with a single line of code
  • Integrate network-related code with the user interface
  • Learn how REST web services work
  • Add and remove third party libraries with Cocoapods
  • Cache and synchronize remote data with a local database

Approach

A step-by-step, example-based guide to learning how you can link your apps and web services using RestKit.

Who this book is written for

This book is for iOS developers of all levels who are interested in boosting their productivity by utilizing third party libraries and who have a willingness to learn how to build RESTful apps using the RestKit framework. A basic knowledge of Objective-C is required as well as a simple understanding of how to use CoreData.