UIKit Apprentice
Dec 18 2024 - Third Edition - Swift 5.10, iOS 18, Xcode 16
For Complete Beginners!
If you’re completely new to Swift and iOS development (or need a brush-up...
more
UIKit Apprentice
For Complete Beginners!
If you’re completely new to Swift and iOS development (or need a brush-up), this is the series for you.
The UIKit Apprentice is a series of epic-length tutorials for beginners where you’ll learn how to build four complete apps from scratch.
Each new app will be a little more advanced than the one before, and together they cover everything you need to know to make your own apps. By the end of the series you’ll be experienced enough to turn your ideas into real apps that you can sell on the App Store.
These tutorials have easy to follow step-by-step instructions, and consist of more than 1,100 pages and 500 illustrations! You also get full source code, image files, and other resources you can re-use for your own projects.
If you’re new to iOS and Swift, or to programming in general, learning how to write an app can seem incredibly overwhelming.
That’s why you need a guide that:
Shows you how to write an app step-by-step
With tons of illustrations and screenshots to make everything clear
In a fun and easygoing manner!
We’ll start at the very beginning. The first tutorial assumes absolutely zero programming knowledge but still shows you how to build an entire game from scratch.
The UIKit Apprentice series doesn’t cover every single feature of iOS – it just focuses on the absolutely essential ones that you need to know.
Instead of just covering a list of features, the UIKit Apprentice series does something much more important: it explains how all the different building blocks fit together and what is involved in building real apps.
You’re not going to create quick example programs that demonstrate how to accomplish a single feature. Instead, you’ll develop complete, fully-formed apps that are good enough to submit to the App Store!
iOS & Swift
Swift Apprentice: Beyond the Basics
Jun 7 2023 - First Edition - Swift 5.8, iOS 16, Xcode 14.3
SwiftUI by Tutorials
Jun 14 2023 - Fifth Edition - Swift 5.8, iOS 16, macOS 13, Xcode 14.2
100% complete
iOS & Swift
watchOS With SwiftUI by Tutorials
Apr 12 2023 - Second Edition - Swift 5.8, watchOS 9, Xcode 14.3
Build amazing apps with SwiftUI for Apple Watch
The Apple Watch is, by far, the most common smart...
more
watchOS With SwiftUI by Tutorials
Build amazing apps with SwiftUI for Apple Watch
The Apple Watch is, by far, the most common smart watch in the market.
Its sales have even surpased those of its analog competitors.
With this book you will learn how to develop native watchOS applications for this popular device.
And at the same time, to do so, you will be using one of the newest and most moderns UI frameworks developed by Apple, SwiftUI.
iOS & Swift
Modern Concurrency in Swift
Feb 15 2023 - Second Edition - Swift 5.8, iOS 16, Xcode 14
Catalyst by Tutorials
Jun 1 2022 - Third Edition - Swift 5.6, iOS 15, Xcode 13.3
Run iOS apps Natively on macOS With Catalyst!
Catalyst by Tutorials shows you how to take all of ...
more
Catalyst by Tutorials
Run iOS apps Natively on macOS With Catalyst!
Catalyst by Tutorials shows you how to take all of those great apps you’ve built on iOS and run them right on macOS. But like everything else with Apple, it’s not always as straightforward as you’d like it to be. This book will show you how to design your apps to work well on macOS, what you can and can’t port between the two platforms, and any other “gotchas” to keep an eye out for when building apps under Catalyst.
This book is for developers who have a good handle on building iOS apps and want to learn how to port those apps to run on macOS as well.
What is Catalyst?
Formerly known as Marzipan to Apple insiders, Catalyst lets you extend your iPad apps to macOS. Under Catalina and Xcode 11, developers can start building their iPad apps with macOS as a target.
And we’re not just talking about grossly super-sized versions of iPad apps on your Mac; Catalyst apps will support native macOS controls and functionality, such as the familiar menu bar, support for mouse and keyboards, window resizing, proper scroll bars, Touch Bar support, and desktop-based drag and drop.
So if you’ve been hesitating to port your iPad apps to macOS because you just don’t want to have to learn to develop for the desktop, then now is your time to start!
iOS & Swift
Real-World iOS by Tutorials
Apr 20 2022 - First Edition - Swift 5.5, iOS 15, Xcode 13
Apple Augmented Reality by Tutorials
Feb 23 2022 - Second Edition - Swift 5.4, iOS 15, Xcode 13
Learn Augmented Reality for the Apple Platform!
This book is the easiest and fastest way to get h...
more
Apple Augmented Reality by Tutorials
Learn Augmented Reality for the Apple Platform!
This book is the easiest and fastest way to get hands-on experience using Apple frameworks and technologies like Reality Composer, RealityKit, and ARKit — all the available rendering technologies Apple has to offer, as well as a collection of fun projects for creating various real-world AR experiences.
After reading this book, you’ll have a deep understanding of the technologies and frameworks used to create powerful, immersive AR experiences for the Apple platform.
Take a deep dive into:
AR Quick Look: Discover how to integrate AR Quick Look into your apps to give them some cool AR superpowers.
Reality Composer & Reality Files: Find out how to leverage the power of Reality Composer to create interactive AR-based experiences.
Reality Converter & PBR Materials: Discover how PBR materials can add a level of realism to your AR objects, and how you can use Reality Converter to convert, view and customize USDZ content.
RealityKit: Find out how to set up and use RealityKit to build a face-based augmented reality app.
Facial Blend Shapes: Build a fully interactive augmented reality face mask that reacts to your facial expressions using blend shapes.
ARKit: Get a complete introduction to ARKit, Apple’s framework for creating fully interactive augmented reality, and learn about the different types of rendering options available with ARKit.
Raycasting & Physics: Learn about raycasting, 2D hit-testing and the SpriteKit physics engine as you add more features and functionality to your game.
ECS & Collaborative Experiences: Build a collaborative AR experience and learn how to create and manage a multipeer connection.
iOS & Swift
Advanced iOS App Architecture
Feb 9 2022 - Fourth Edition - Swift 5.5, iOS 15, Xcode 13.2
100% complete
iOS & Swift
iOS Test-Driven Development by Tutorials
Jan 19 2022 - Second Edition - Swift 5.5, iOS 15, Xcode 13
For Complete Beginners to Android!
If you’re completely new to Android or developing in Kotlin, t...
more
Android Apprentice
For Complete Beginners to Android!
If you’re completely new to Android or developing in Kotlin, this is the book for you.
Android Apprentice takes you all the way from building your first app, to submitting your app for sale. By the end of this book, you’ll be experienced enough to turn your vague ideas into real apps that you can release on the Google Play Store.
You’ll build 4 complete apps from scratch — each app is a little more complicated than the previous one. Together, these apps will teach you how to work with the most common controls and APIs used by Android developers around the world.
And these aren’t simple apps, either; you’ll build everything from a simple game, to a checklist app, a map-based app, and a podcast manager and player!
We’ve also included some bonus sections on handling the Android fragmentation problem, how to keep your app up-to-date, preparing your app for release, testing your app, and publishing it for the world to enjoy!
If you’re new to Android programming, you need a guide that:
Shows you how to write an app step-by-step
With tons of illustrations and screenshots to make everything clear
In a fun and easygoing manner!
We’ve written this book in Kotlin: the new, modern, first-class language for Android developers. You’ll be at the leading edge of Android developers everywhere as you learn how to develop in the fluid and expressive Kotlin language.
The Android Apprentice is your best companion for learning Android development. With all project source code included with the book, and support forums right on our site, it’s simply the best way to start your Android development career.
Android & Kotlin
Kotlin Apprentice
Feb 27 2021 - Third Edition - Kotlin 1.4, Android 11, IntelliJ IDEA 2020.3
Jetpack Compose by Tutorials
Mar 29 2023 - Second Edition - Kotlin 1.7, Android 13, Android Studio Dolphin
In this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using...
more
Jetpack Compose by Tutorials
In this book, you’ll learn how to build a powerful app using Jetpack Compose, how to style your apps using Material Design, special animations and state transitions, how to use modifiers and much more!
This book will serve you as a central point that holds all the information you need to dive deep into Jetpack Compose, then apply it to your personal and production level projects.
You’ll focus on learning Jetpack Compose not only through theory, but also through real-world project examples.
After reading this book, you’ll become a true expert on the topic and you’ll learn how to switch your mindset and start to think in Jetpack Compose and declarative programming.
Android & Kotlin
Android Accessibility by Tutorials
Oct 12 2022 - Second Edition - Kotlin 1.6, Android 12, Android Studio Chipmunk
Accessibility is an important, often overlooked, part of building a quality app. The Web Content Accessibi...
more
Android Accessibility by Tutorials
Accessibility is an important, often overlooked, part of building a quality app. The Web Content Accessibility Guidelines (WCAG) can be confusing and it’s often unclear how to apply these guidelines to Android.
In this book, you’ll learn about building accessible apps on Android using WCAG through hands-on, step-by-step tutorials.
Android & Kotlin
Real-World Android by Tutorials
Aug 30 2022 - Second Edition - Kotlin 1.6+, Android 12, Android Studio Chipmunk
The best book to teach you to build professional, secure Android apps for the real world using the most im...
more
Real-World Android by Tutorials
The best book to teach you to build professional, secure Android apps for the real world using the most important architectures and libraries. You’ll gain all the foundations of Android development you need to make the best decisions in your own codebase, while addressing critical problems like finding the right architecture, making the UI responsive and appealing, and implementing efficient animations.
Android & Kotlin
Android Debugging by Tutorials
Aug 17 2022 - First Edition - Kotlin 1.6, Android 12, Android Studio Chipmunk (2021.2.1)
Debugging is one of the most important steps in app development. Android Studio contains several tools whi...
more
Android Debugging by Tutorials
Debugging is one of the most important steps in app development. Android Studio contains several tools which can
help you out in stabilizing and optimizing your app.
In this book, you’ll learn to use Android debugging tools to make your app optimized and bug-free through step-by-step tutorials.
Android & Kotlin
Kotlin Coroutines by Tutorials
May 11 2022 - Third Edition - Kotlin 1.6, Android 12, Android Studio Bumblebee
Functional Programming in Kotlin by Tutorials
May 4 2022 - First Edition - Kotlin 1.6, Android 12, IntelliJ IDEA 2022
Functional programming is a powerful paradigm for building your applications.
This book will teach you the...
more
Functional Programming in Kotlin by Tutorials
Functional programming is a powerful paradigm for building your applications.
This book will teach you the fundamentals of functional programming in a practical,
hands-on way, while showing you how you can safely handle errors and state changes
in your programs.
Android & Kotlin
Android App Distribution
Mar 9 2022 - First Edition - Kotlin 1.5, Android 12, Android Studio Bumblebee
If you’re planning on releasing a commercial app to the Google Play
Store, you need this book. It will wal...
more
Android App Distribution
If you’re planning on releasing a commercial app to the Google Play
Store, you need this book. It will walk you through the entire process
of uploading the app to the Play Store, distributing it to testers,
creating a release strategy and making sure your users will continue
to love it in the future.
In short, this book will give you the knowledge you need to distribute an
app with the best chance of long-term success.
Android & Kotlin
Android Animations by Tutorials
Dec 15 2021 - First Edition - Kotlin 1.5, Android 12, Android Studio Artic Fox
This is a book about creating meaningful motion through animation in Android for developers who are famili...
more
Android Animations by Tutorials
This is a book about creating meaningful motion through animation in Android for developers who are familiar with the platform but want to
create more visually stunning apps. Starting with simple view animations, this book will move through transition animations including shared element animations,
list animations, gestures and scrolling. It ends with a taste of using animations in Jetpack Compose.
Multiple Domains
Advanced Git
Oct 13 2021 - Second Edition - Git 2.32, Console
Android Test-Driven Development by Tutorials
Jul 21 2021 - Second Edition - Kotlin 1.5, Android 11, Android Studio 4.2.1
Learn Test-Driven Development on Android!
Writing apps is hard. Writing testable apps is even har...
more
Android Test-Driven Development by Tutorials
Learn Test-Driven Development on Android!
Writing apps is hard. Writing testable apps is even harder, but it doesn’t have to be. Reading and understanding all the official Google documentation on testing can be time-consuming — and confusing.
In this book, you’ll learn about Android test-driven development the quick and easy way: by following fun and easy-to-read tutorials. Learn to write sustainable, testable apps, as well as to apply testing strategies to legacy projects via Espresso and UI tests, code coverage and refactoring.
This book is for the intermediate Android developers who already know the basics of Android and Kotlin development but want to learn Android test-driven development.
Topics Covered in This Book
Getting Started with Testing: Learn the core concepts involved in testing including what is a test, why should you test, what should you test and what you should not test.
Test-Driven Development (TDD): Discover the Red-Green-Refactor steps and how to apply them.
The Testing Pyramid: Learn about the different types of tests and how to organize them.
Unit Tests: Learn how to start writing unit tests with TDD using JUnit and Mockito.
Integration Tests: Writing tests with different subsystems is a must in today’s complex application world. Learn how to test with different subsystems including the persistence and network layers.
Architecting for Testing: Explore how to architect your app for testing and why it matters.
TDD on Legacy Projects: Take your TDD to the next level by learning how to apply it to existing legacy projects.
Android & Kotlin
Data Structures & Algorithms in Kotlin
Jun 29 2021 - Second Edition - Kotlin 1.5, Android 11, IntelliJ IDEA Community Edition 2021.1
Learn Data Structures & Algorithms in Kotlin!
Data structures and algorithms are fundamental ...
more
Data Structures & Algorithms in Kotlin
Learn Data Structures & Algorithms in Kotlin!
Data structures and algorithms are fundamental tools every developer should have. In this book, you’ll learn how to implement key data structures in Kotlin, and how to use them to solve a robust set of algorithms.
This book is for intermediate Kotlin or Android developers who already know the basics of the language and want to improve their knowledge.
Topics Covered in This Book
Introduction to Kotlin: If you’re new to Kotlin, you can learn the main constructs and begin writing code.
Complexity: When you study algorithms, you need a way to compare their performance in time and space. Learn about the Big-O notation to help you do this.
Elementary Data Structures: Learn how to implement Linked List, Stacks, and Queues in Kotlin.
Trees: Learn everything you need about Trees — in particular, Binary Trees, AVL Trees, as well as Binary Search and much more.
Sorting Algorithms: Sorting algorithms are critical for any developer. Learn to implement the main sorting algorithms, using the tools provided by Kotlin.
Graphs: Have you ever heard of Dijkstra and the calculation of the shortest path between two different points? Learn about Graphs and how to use them to solve the most useful and important algorithms.
Android & Kotlin
Dagger by Tutorials
Feb 12 2021 - First Edition - Kotlin 1.4, Android 11, AS 4.1
100% complete
Android & Kotlin
Reactive Programming with Kotlin
Aug 6 2020 - Second Edition - Kotlin 1.3, Android 10, Android Studio 4.0
Learn Reactive Programming in Kotlin with RxJava!
Not only will you learn how to use RxJava to crea...
more
Reactive Programming with Kotlin
Learn Reactive Programming in Kotlin with RxJava!
Not only will you learn how to use RxJava to create complex reactive applications on Android, you’ll also see how to solve common application design issues by using RxJava, RxAndroid and RxKotlin. Finally, you’ll discover how to exercise full control over the library and leverage the full power of reactive programming in your apps. Specifically, learn to handle asynchronous event sequences via two key concepts in Rx—Observables and Observers. Hone your UI development with RxJava and companion libraries to make it easy to work with the UI of your apps, providing a reactive approach to handling user events. Dig into both intermediate and advanced topics, such as error handling, schedulers, app architecture, repositories, and integrating RxJava with Android Jetpack.
Android & Kotlin
Advanced Android App Architecture
Apr 28 2019 - First Edition - Kotlin 1.3, Android 9, Android Studio 3.2
In Advanced Android App Architectures, you’ll find a diverse and hands-on approach to architecting your ap...
more
Advanced Android App Architecture
In Advanced Android App Architectures, you’ll find a diverse and hands-on approach to architecting your apps on Android. Android development can be fun; however, scaling an app can have its fair share of problems.
In this book, you’ll learn why a conversation on architecture is the first important step to taking your app to the next level!
This book will introduce you to a number of architectures, including Model View Controller, Model View Presenter, Model View Intent, Model-View-ViewModel and VIPER. You’ll learn theory, explore samples that you will refactor and learn the fundamentals of testing.
Flutter Books
Flutter & Dart
Flutter Apprentice
Feb 21 2024 - Fourth Edition - Dart 3.2.6, Flutter 3.16.9, Android Studio 2023.1.1
Build for both iOS and Android with Flutter!
Flutter is a new and exciting software development t...
more
Flutter Apprentice
Build for both iOS and Android with Flutter!
Flutter is a new and exciting software development toolkit that lets you target multiple platforms at once, so you can build apps for iOS, Android and even web and desktop, all from a single codebase.
Similar to modern web technologies, Flutter uses a declarative approach to UI development. You can take advantage of “hot reload” of new code while developing, and your apps will perform at native speed thanks to Flutter’s custom rendering engine.
It’s been the dream of mobile developers for years to find a cross-platform tool that lets you build for both iOS and Android without having to write and maintain two separate codebases. With Flutter and Flutter Apprentice, you can achieve that dream!
Flutter & Dart
Data Structures & Algorithms in Dart
Jun 21 2023 - Second Edition - Dart 3.0, Flutter, VS Code 1.78
Perhaps you’ve heard about Big O notation, stacks and queues, or bubble sort and quicksort. You’d like to ...
more
Data Structures & Algorithms in Dart
Perhaps you’ve heard about Big O notation, stacks and queues, or bubble sort and quicksort. You’d like to learn more, but it’s hard to find any good examples and explanations that use your favorite programming language, Dart.
Data Structures & Algorithms in Dart is here to help with in-depth explanations, copious illustrations, and step-by-step examples. The book begins by reviewing fundamental data structures like lists and maps and then goes on to teach you how to build other important structures from scratch, including stacks, linked lists, queues, trees and graphs. From there you’ll use these data structures to understand and write many different traversal, searching and sorting algorithms. All along the way, you’ll learn how to analyze the efficiency of your code and express that efficiency using Big O notation.
Flutter & Dart
Dart Apprentice: Beyond the Basics
Nov 9 2022 - First Edition - Dart 2.18, Flutter, VS Code 1.71
Dart is an easy-to-learn yet powerful programming language. As one of the most versatile languages on the ...
more
Dart Apprentice: Beyond the Basics
Dart is an easy-to-learn yet powerful programming language. As one of the most versatile languages on the market today, you can use it to write anything from command-line apps and backend servers to native applications for Android, iOS, web, Mac, Windows and Linux. Dart was the language of choice for Flutter, and the two have seen an exponential rise in popularity in recent years.
Dart Apprentice: Beyond the Basics is the second of a two-book series that will teach you all the important concepts you need to master this language. Follow along with the clearly and thoroughly explained concepts, and you’ll be building Dart applications in no time.
Flutter & Dart
Dart Apprentice: Fundamentals
Nov 2 2022 - First Edition - Dart 2.18, Flutter, VS Code 1.71
Dart is an easy-to-learn yet powerful programming language. As one of the most versatile languages on the ...
more
Dart Apprentice: Fundamentals
Dart is an easy-to-learn yet powerful programming language. As one of the most versatile languages on the market today, you can use it to write anything from command-line apps and backend servers to native applications for Android, iOS, web, Mac, Windows and Linux. Dart was the language of choice for Flutter, and the two have seen an exponential rise in popularity in recent years.
Dart Apprentice: Fundamentals is the first of a two-book series that will teach you all the basic concepts you need to master this language. Even if you’re completely new to programming, follow along with the clearly and thoroughly explained concepts, and you’ll be building Dart applications in no time.
Flutter & Dart
Real-World Flutter by Tutorials
Sep 28 2022 - First Edition - Dart 2.18, Flutter 3.3, Android Studio or VS Code
This book will teach you to build professional iOS and Android apps for the real world
using Flutter. You’...
more
Real-World Flutter by Tutorials
This book will teach you to build professional iOS and Android apps for the real world
using Flutter. You’ll gain all the foundations of mobile development you need to make
the best decisions in your own codebase, while addressing critical problems such as state
management, user authentication, and dynamic theming.
Multiple Domains
App Design Apprentice
Jun 15 2022 - Second Edition - Figma
Hack Your Job Search
Feb 1 2023 - First Edition - Career Changers, College Graduates, Self-taught Developers
Learn the entire process to land software developer interviews for jobs you actually want and are qualifie...
more
Hack Your Job Search
Learn the entire process to land software developer interviews for jobs you actually want and are qualified to get. Understand how to research the market, prepare standout application materials, get noticed by reputable recruiters and pass automated screens. Build your skills, network and portfolio while raising your profile. Troubleshoot and iterate to launch the tech career of your dreams!
Game Tech
Unity Apprentice
Mar 30 2022 - First Edition - C#, Unity 2020.3.x LTS Release, Unity
In this book, you’ll learn how to build 3D games using Unity - one of the most popular cross-platform game...
more
Unity Apprentice
In this book, you’ll learn how to build 3D games using Unity - one of the most popular cross-platform game engines available today.
The book will first describe the most commonly used features of the Unity Editor and the Unity Hub.
It’ll then go on to describe how you build three separate, but related, games that collectively cover the most important aspects of game development. These include scene creation, detecting and managing collisions, user interface design and building, scripting, navigation, camera control, object pooling and animation.
The book also describes some of the best practices you should use to get the best out of Unity, and how to make your games run in the most efficient way, enabling you to focus on the fun part: making a great game that your players will enjoy!
Multiple Domains
Server-Side Swift with Vapor
Mar 30 2021 - Third Edition - Swift 5.2 - Vapor 4 Framework, iOS 13, Xcode 11.4
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.