語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Asynchronous programming with SwiftU...
~
Friese, Peter.
FindBook
Google Book
Amazon
博客來
Asynchronous programming with SwiftUI and Combine = functional programming to build UIs on Apple platforms /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Asynchronous programming with SwiftUI and Combine/ by Peter Friese.
其他題名:
functional programming to build UIs on Apple platforms /
作者:
Friese, Peter.
出版者:
Berkeley, CA :Apress : : 2023.,
面頁冊數:
xxvii, 434 p. :ill., digital ;24 cm.
內容註:
Chapter 1: SwiftUI - A new Beginning -- Chapter 2: Getting Started with SwiftUI -- Chapter 3: SwiftUI Building Blocks -- Chapter 4: State Management -- Chapter 5: Displaying Data in Lists -- Chapter 6: Building Input Forms -- Chapter 7: Getting Started with Combine -- Chapter 8: Driving UI State with Combine- Chapter 9: Networking with Combine -- Chapter 10: Error Handling in Combine -- Chapter 11: Implementing Custom Combine Operators -- Chapter 12: Wrapping existing APIs in Combine (Firebase) -- Chapter 13: Combine Schedulers and SwiftUI -- Chapter 14: Getting Started with async-await -- Chapter 15: Using async-await in SwiftUI -- Chapter 16: Bringing it all together - SwiftUI, async-await, and Combine.
Contained By:
Springer Nature eBook
標題:
Swift (Computer program language) -
電子資源:
https://doi.org/10.1007/978-1-4842-8572-5
ISBN:
9781484285725
Asynchronous programming with SwiftUI and Combine = functional programming to build UIs on Apple platforms /
Friese, Peter.
Asynchronous programming with SwiftUI and Combine
functional programming to build UIs on Apple platforms /[electronic resource] :by Peter Friese. - Berkeley, CA :Apress :2023. - xxvii, 434 p. :ill., digital ;24 cm.
Chapter 1: SwiftUI - A new Beginning -- Chapter 2: Getting Started with SwiftUI -- Chapter 3: SwiftUI Building Blocks -- Chapter 4: State Management -- Chapter 5: Displaying Data in Lists -- Chapter 6: Building Input Forms -- Chapter 7: Getting Started with Combine -- Chapter 8: Driving UI State with Combine- Chapter 9: Networking with Combine -- Chapter 10: Error Handling in Combine -- Chapter 11: Implementing Custom Combine Operators -- Chapter 12: Wrapping existing APIs in Combine (Firebase) -- Chapter 13: Combine Schedulers and SwiftUI -- Chapter 14: Getting Started with async-await -- Chapter 15: Using async-await in SwiftUI -- Chapter 16: Bringing it all together - SwiftUI, async-await, and Combine.
Develop UI-heavy applications more easily, faster, and error-free. Based on several enhancements to the Swift language, SwiftUI takes a declarative approach to building UIs. Instead of imperatively coding the UI, this book will show you how to describe how you want your UI to look. SwiftUI treats the UI as a function of its state, thereby making managing your app's state a lot easier. Change the underlying data model to redraw all parts of the UI that are connected to that particular slice of data. Likewise, easily update the underlying data model from the UI elements your data model is connected to. Combine is Apple's Functional Reactive Programming framework. It complements SwiftUI and other frameworks, such as the networking APIs, in a natural way. Using Combine, you can subscribe to events and describe data processing in a way that is free of side effects. This allows for an easier implementation of event-driven applications. Using SwiftUI and Combine build more error-free apps in a shorter amount of time, targeting all of Apple's platforms (iOS, iPadOS, watchOS, macOS, tvOS) with little to no overhead. By the end of the book you will have a solid understanding for architecting and implementing UI-heavy apps in a declarative and functional reactive way using SwiftUI, Combine, and async/await. You will: - Build simple and gradually more complex UIs in SwiftUI - Understand SwiftUI's state management system - Work with Combine and Swift's new async/await APIs to access the network and access other asynchronous APIs - Architect and structure modern applications on Apple platforms using SwiftUI, Combine, and async/await.
ISBN: 9781484285725
Standard No.: 10.1007/978-1-4842-8572-5doiSubjects--Uniform Titles:
iOS (Electronic resource)
Subjects--Topical Terms:
2145958
Swift (Computer program language)
LC Class. No.: QA76.73.S95 / F75 2023
Dewey Class. No.: 005.133
Asynchronous programming with SwiftUI and Combine = functional programming to build UIs on Apple platforms /
LDR
:03475nmm a2200349 a 4500
001
2316487
003
DE-He213
005
20230113053429.0
006
m d
007
cr nn 008maaau
008
230902s2023 cau s 0 eng d
020
$a
9781484285725
$q
(electronic bk.)
020
$a
9781484285718
$q
(paper)
024
7
$a
10.1007/978-1-4842-8572-5
$2
doi
035
$a
978-1-4842-8572-5
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.S95
$b
F75 2023
072
7
$a
UMQ
$2
bicssc
072
7
$a
ULH
$2
bicssc
072
7
$a
COM051370
$2
bisacsh
072
7
$a
UMQ
$2
thema
072
7
$a
ULH
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.S95
$b
F912 2023
100
1
$a
Friese, Peter.
$3
3629769
245
1 0
$a
Asynchronous programming with SwiftUI and Combine
$h
[electronic resource] :
$b
functional programming to build UIs on Apple platforms /
$c
by Peter Friese.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2023.
300
$a
xxvii, 434 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: SwiftUI - A new Beginning -- Chapter 2: Getting Started with SwiftUI -- Chapter 3: SwiftUI Building Blocks -- Chapter 4: State Management -- Chapter 5: Displaying Data in Lists -- Chapter 6: Building Input Forms -- Chapter 7: Getting Started with Combine -- Chapter 8: Driving UI State with Combine- Chapter 9: Networking with Combine -- Chapter 10: Error Handling in Combine -- Chapter 11: Implementing Custom Combine Operators -- Chapter 12: Wrapping existing APIs in Combine (Firebase) -- Chapter 13: Combine Schedulers and SwiftUI -- Chapter 14: Getting Started with async-await -- Chapter 15: Using async-await in SwiftUI -- Chapter 16: Bringing it all together - SwiftUI, async-await, and Combine.
520
$a
Develop UI-heavy applications more easily, faster, and error-free. Based on several enhancements to the Swift language, SwiftUI takes a declarative approach to building UIs. Instead of imperatively coding the UI, this book will show you how to describe how you want your UI to look. SwiftUI treats the UI as a function of its state, thereby making managing your app's state a lot easier. Change the underlying data model to redraw all parts of the UI that are connected to that particular slice of data. Likewise, easily update the underlying data model from the UI elements your data model is connected to. Combine is Apple's Functional Reactive Programming framework. It complements SwiftUI and other frameworks, such as the networking APIs, in a natural way. Using Combine, you can subscribe to events and describe data processing in a way that is free of side effects. This allows for an easier implementation of event-driven applications. Using SwiftUI and Combine build more error-free apps in a shorter amount of time, targeting all of Apple's platforms (iOS, iPadOS, watchOS, macOS, tvOS) with little to no overhead. By the end of the book you will have a solid understanding for architecting and implementing UI-heavy apps in a declarative and functional reactive way using SwiftUI, Combine, and async/await. You will: - Build simple and gradually more complex UIs in SwiftUI - Understand SwiftUI's state management system - Work with Combine and Swift's new async/await APIs to access the network and access other asynchronous APIs - Architect and structure modern applications on Apple platforms using SwiftUI, Combine, and async/await.
630
0 0
$a
iOS (Electronic resource)
$3
1613724
630
0 0
$a
Mac OS.
$3
566892
650
0
$a
Swift (Computer program language)
$3
2145958
650
0
$a
User interfaces (Computer systems)
$x
Design.
$3
572505
650
0
$a
Parallel processing (Electronic computers)
$3
653284
650
1 4
$a
Apple and iOS.
$3
3167047
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8572-5
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9452737
電子資源
11.線上閱覽_V
電子書
EB QA76.73.S95 F75 2023
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入