Category: Mobile Development

Android Studio Flamingo Essentials – Kotlin Edition 0

Android Studio Flamingo Essentials – Kotlin Edition

eBook Details: Paperback: 824 pages Publisher: WOW! eBook (May 7, 2023) Language: English ISBN-10: 1951442695 ISBN-13: 978-1951442699 eBook Description: Android Studio Flamingo Essentials – Kotlin Edition: Developing Android Apps Using Android Studio 2022.2.1 and Kotlin Fully updated for Android Studio Flamingo, this Android Studio Flamingo Essentials – Kotlin Edition book aims to teach you how to develop Android-based applications using the Kotlin programming language. This book begins with the basics and outlines how to set up an Android development and testing environment followed by an introduction to programming in Kotlin, including data types, control flow, functions, lambdas, and object-oriented programming. Asynchronous programming...

Android Studio Flamingo Essentials – Java Edition 0

Android Studio Flamingo Essentials – Java Edition

eBook Details: Paperback: 816 pages Publisher: WOW! eBook (May 16, 2023) Language: English ISBN-10: 1951442717 ISBN-13: 978-1951442712 eBook Description: Android Studio Flamingo Essentials – Java Edition: Developing Android Apps Using Android Studio 2022.2.1 and Java Fully updated for Android Studio Flamingo, this Android Studio Flamingo Essentials – Java Edition book aims to teach you how to develop Android-based applications using the Java programming language. This book begins with the basics and outlines how to set up an Android development and testing environment, followed by an overview of areas such as tool windows, the code editor, and the Layout Editor tool. An introduction...

SwiftUI Animations by Tutorials 0

SwiftUI Animations by Tutorials

eBook Details: Paperback: 307 pages Publisher: WOW! eBook (November 22, 2022) Language: English ISBN-10: 1950325792 ISBN-13: 978-1950325795 eBook Description: SwiftUI Animations by Tutorials: SwiftUI in Motion: Up to date for Swift 5.8, iOS 16, Xcode 14 SwiftUI has absolutely changed our lives when it comes to developer experience and developer productivity. We can make beautiful apps extremely quickly, get instant feedback from SwiftUI previews and iterate. SwiftUI also enables developers to easily leverage most common animations using simple SwiftUI modifiers, making it a pleasure to use. But it also begs the question: “How do I make my app stand out if everyone...

Push Notifications by Tutorials, 4th Edition 0

Push Notifications by Tutorials, 4th Edition

eBook Details: Paperback: 225 pages Publisher: WOW! eBook (September 6, 2022) Language: English ISBN-10: 1950325717 ISBN-13: 978-1950325719 eBook Description: Push Notifications by Tutorials: Driving User Engagement for Your Apps, 4th Edition: Up to date for Swift 5.8, Python 3, iOS 16, watchOS 9, Xcode 14: Learn iOS Push Notifications! Push Notifications are one of the most important interaction points of your app with your users. Simply put, a push notification is a way to send any type of data to your users’ apps, even if they aren’t actively using them. Even though most developers feel they know everything there is to know...

Modern Concurrency in Swift, 2nd Edition 0

Modern Concurrency in Swift, 2nd Edition

eBook Details: Paperback: 269 pages Publisher: WOW! eBook (February 14, 2023) Language: English ISBN-10: 1950325814 ISBN-13: 978-1950325818 eBook Description: Modern Concurrency in Swift: Introducing Async/Await, Task Groups & Actors, 2nd Edition: Up to date for Swift 5.8, Python 3, iOS 16, macOS 13.3, Xcode 14 For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures. In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, which lets you write asynchronous code that reads like synchronous code. But...