Beginning reactive programming with Swift using RxSwift, Amazon Web Services, and JSON with iOS and macOS

Learn the basics of reactive programming and how it makes apps more responsive. This book shows you how to incorporate reactive programming into existing development products and cycles using RXSwift and RXCocoa on iOS and Mac. As we move away from the traditional paradigm of typing or touching one...

Full description

Bibliographic Details
Main Author: Feiler, Jesse
Format: eBook
Language:English
Published: New York Apress 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 06063nmm a2200505 u 4500
001 EB001910918
003 EBX01000000000000001073820
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484236215 
020 |a 9781484236222 
020 |a 1484236211 
050 4 |a QA76.73.S95 
100 1 |a Feiler, Jesse 
245 0 0 |a Beginning reactive programming with Swift  |b using RxSwift, Amazon Web Services, and JSON with iOS and macOS  |c Jesse Feiler 
260 |a New York  |b Apress  |c 2018 
300 |a 1 online resource  |b illustrations (some color) 
505 0 |a Includes bibliographical references and index 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Introduction; Part I: Building Composite Apps with Swift; Chapter 1: Building Blocks: Projects, Workspaces, Extensions, Delegates, and Frameworks; Component Architecture Overview; Looking at the iOS and macOS Building Blocks; Extensions; Delegates and Protocols; Frameworks; Building with the Building Blocks; Using a Workspace; Building with Combinations of Building Blocks; Command-Line Integration; Summary; Chapter 2: Using CocoaPods; Install CocoaPods; Create a Simple App (Single-View App); Summary 
505 0 |a Chapter 5: Setting Up a Facebook Account with iOSBeginning to Explore the Facebook iOS SDK; Looking at the Components of the Facebook iOS SDK; Summary; Chapter 6: Managing Facebook Logins; Beginning the Facebook SDK Login Process; Providing Basic iOS/Facebook Integration; Connecting the iOS app to your Facebook App; Summary; Chapter 7: Adding a Facebook Login to an iOS App; Starting to Integrate the Facebook SDK with an iOS app; Download the Facebook SDK for Swift; Adding Frameworks and Functionality to Your Facebook App; Enhancing Your App; Summary 
505 0 |a Part II: Using Codable Data with Swift and iOSChapter 3: Reading and Writing JSON Data; Identifying Data That Needs to Be Shared; Considering Security for Sharing Data; The Challenges of Sharing Data; Identifying Data Elements; Managing Inconsistent Data Types; Exploring the Document and Structure Issues; Looking at JSON; Using JSON-The Basics; Summary; Chapter 4: Using JSON Data with Swift; Getting Started with a JSON Swift Playground; Using the JSON Integration Tools in Swift; Integrating a Swift Array; Integrating a Swift Dictionary; Summary; Part III: Integrating Facebook Logins 
505 0 |a Part IV: Storing Data in Amazon Web ServicesChapter 8: Working with Amazon Web Services and Cocoa; Comparing Components; Using AWS with Cocoa; Sharing Data with Others; Using Data Across Platforms; Playing to Your Strengths; Playing to Your Users' Expectations; Exploring AWS; Getting Started with AWS; Comparing Cocoa and AWS Products for Data Management; Summary; Chapter 9: Managing AWS Logins; Looking at AWS Accounts and the Root User; Creating Organizations; Working with IAM; Integrating AWS with Xcode; Summary; Chapter 10: Beginning an AWS Project; Setting Up the iOS App 
505 0 |a Setting Up the iOS ProjectExploring the Documentation; Creating a Project; Setting Up the Back End; Add the Pods; Summary; Part V: Using RxSwift; Chapter 11: Getting Into Code; Getting Started; Installing RxSwift from GitHub; Using the RxSwift Playground; Looking at a Formatted Playground; Summary; Chapter 12: Thinking Reactively; What Are We Developing?; Approaches to Programming; Programming Paradigms; Structural Paradigms; Operational Paradigms; Design Patterns; Processing Configurations; Introducing Reactive Programming; Focusing on ReactiveX; Summary 
653 |a Logiciels d'application / Développement 
653 |a Swift (Langage de programmation) 
653 |a Application software / Development / fast 
653 |a COMPUTERS / Programming Languages / General / bisacsh 
653 |a Macintosh programming / bicssc 
653 |a Swift (Computer program language) / fast 
653 |a COMPUTERS / Programming / General / bisacsh 
653 |a Swift (Computer program language) / http://id.loc.gov/authorities/subjects/sh2015001571 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-3621-5 
015 |a GBB8H8402 
776 |z 9781484236215 
776 |z 1484236203 
776 |z 9781484236208 
776 |z 9781484236222 
776 |z 1484236211 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484236215/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a Learn the basics of reactive programming and how it makes apps more responsive. This book shows you how to incorporate reactive programming into existing development products and cycles using RXSwift and RXCocoa on iOS and Mac. As we move away from the traditional paradigm of typing or touching one step at a time to interact with programs, users expect apps to adapt and not need constant hand-holding. People today expect their devices to do much more than just follow commands. They expect devices to react and adapt. Reactive programming, a new term for asynchronous processing, requires new app architectures, and you'll learn how these are already built into iOS and macOS in many places. As part of this more complex environment, you'll move beyond Cocoa and Cocoa Touch to incorporate data from Amazon Web Services (AWS), JavaScript Object Notation (JSON), and other formats, and standards. Together with the concepts of reactive programming and RxSwift, these tools help you build more powerful and useful apps that have wide appeal and use. What You'll Learn Work with tools such as Darwin microkernel, RxSwift, and RxCocoa Use Git repositiories and other resoucrces to get into coding Create apps that adapt to gestures and UI interaction as well as what's happening in and around the environment of the app itself. Who This Book Is For This book is for Swift programmers interested in learning to create reactive apps with RxSwift