|
|
|
|
|
|
|
| |
|
Название: Design Patterns by Tutorials (3rd Edition) Автор: Joshua Greene, Jay Strawn Издательство: Razeware LLC Год: 2019 Страниц: 372 Язык: английский Формат: pdf (true), epub Размер: 52.9 MB
Learn iOS design patterns with Swift! This book starts with basic patterns like MVC, Delegate and Strategy, and then moves into more advanced patterns such as the Factory, Prototype, Multicast Delegate, Flyweight, Command, and more. Design patterns are incredibly useful, no matter which language or platform you develop for. Every developer should know how to implement them, and most importantly, when to apply them. That's what you're going to learn in this book! Design Patterns: Elements of Reusable, Object-Oriented Software, the first book to ever describe design patterns, inspired the revolutionary idea of reusable, template solutions to common software development problems. |
Разместил: Ingvar16 16-10-2019, 15:15 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: iOS Test-Driven Development by Tutorials (1st Edition) Автор: Joshua Greene, Michael Katz Издательство: Razeware LLC Год: 2019 Страниц: 325 Язык: английский Формат: pdf (true), epub Размер: 45.1 MB
The book that teaches you to write maintainable and sustainable apps by building them with testing in mind or adding tests to already-written apps. We wrote this book with beginner-to-intermediate developers in mind. The only requirements for reading this book are a basic understanding of Swift and iOS development. |
Разместил: Ingvar16 16-10-2019, 14:55 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Data Structures & Algorithms in Swift (3rd Edition) Автор: Kelvin Lau, Vincent Ngo Издательство: Razeware LLC Год: 2019 Страниц: 430 Язык: английский Формат: pdf (true), epub Размер: 28.1 MB
The most popular and comprehensive book on Swift algorithms & data structures! This book covers search (breadth-first, depth-first, Dijkstra’s), sort (merge sort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. |
Разместил: Ingvar16 16-10-2019, 14:34 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Machine Learning by Tutorials (2nd Edition) Автор: Matthijs Hollemans, Chris LaPollo, Audrey Tam Издательство: Razeware LLC Год: 2019 Страниц: 565 Язык: английский Формат: pdf (true) Размер: 84.5 MB
Лучшая книга по машинному обучению для iOS. Рассматривает CoreML, Vison, изображения и последовательности классификаторы, распознавание естественного языка, и многое другое. Хотите знать секрет? Машинное обучение на самом деле не так сложно изучить. Правда в том, что вам не нужна степень доктора философии в престижном университете или опыт работы в области математики, чтобы работать с машинным обучением. Если вы уже знаете, как программировать, вы сможете осилить машинное обучение довольно легко - обещаю! |
Разместил: Ingvar16 16-10-2019, 14:23 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: SwiftUI by Tutorials (1st Edition) Автор: Antonio Bello, Phil Laszkowicz, Bill Morefield Издательство: Razeware LLC Год: 2019 Страниц: 362 Язык: английский Формат: pdf (true) Размер: 48.4 MB
Build fluid and engaging declarative UI for your apps — using less code — with SwiftUI! With SwiftUI, you can define what your app’s UI should do with concise, declarative language, and say goodbye to tons of confusing UIKit code. Build modern, responsive UI and animations that look great on iOS, iPadOS, watchOS, tvOS or even macOS! SwiftUI is a new paradigm in Apple-related development. SwiftUI’s introduction in 2019 creates another opportunity for a paradigm shift in the industry. After years using UIKit and AppKit to create user interfaces, SwiftUI presents a fresh, new way to create UI for your apps. IN many ways, SwiftUI is much simpler and powerful than its predecessors, and even more importantly, it’s crossplatform over the Apple ecosystem. |
Разместил: Ingvar16 16-10-2019, 13:59 | Комментарии: 1 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Data Structures and Algorithms in Kotlin (1st Edition) Автор: Irina Galata, Matei Suica Издательство: Razeware LLC Год: 2019 Страниц: 404 Язык: английский Формат: pdf (true), epub Размер: 33.8 MB
A book that teaches you the fundamental tools of implementing key data structures in Kotlin, and how to use them to solve algorithms. The book explain what’s built into the Kotlin Standard Library and how you use it in building your apps. You’ll learn why one algorithm may be better suited than another. You’ll also learn what the Big-O notation is and how you can continue to answer the question: “Can we do better?” |
Разместил: Ingvar16 16-10-2019, 13:41 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Reactive Programming with Kotlin (1st Edition) Автор: Alex Sullivan Издательство: Razeware LLC Год: 2019 Страниц: 424 Язык: английский Формат: pdf (true) Размер: 41.8 MB
The book that teaches you to use RxJava, RxAndroid and RxKotlin to create complex reactive applications on Android and exercise full control over the library to leverage the full power of reactive programming in your apps. |
Разместил: Ingvar16 16-10-2019, 13:26 | Комментарии: 1 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Android Apprentice (2nd Edition) Автор: Darryl Bayliss, Tom Blankenship, Fuad Kamal Издательство: Razeware LLC Год: 2019 Страниц: 676 Язык: английский Формат: pdf (true) Размер: 62.9 MB
Build four complete Android apps from scratch using Kotlin! Android Apprentice is our book for complete beginners to Android development. This book is your introduction to building great apps in Android, using the Kotlin language. Whether you still consider yourself a novice programmer, or have extensive experience programming for iOS or other platforms, this is the book for you! It's not our aim to teach you all the ins and outs of Android development or the Kotlin language; they are huge concepts on their own and there is no way we can cover everything. Fortunately, you really just need to master the essential building blocks of Kotlin and Android to start creating apps. |
Разместил: Ingvar16 16-10-2019, 13:16 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Kotlin Apprentice (2nd Edition) Автор: Irina Galata, Joe Howard, Dick Lucas, Ellen Shapiro Издательство: Razeware LLC Год: 2019 Страниц: 475 Язык: английский Формат: pdf (true), epub Размер: 40.05 MB
Учитесь программировать с Котлин! Эта книга предназначена для начинающих с Котлин, современным языком, используемым для разработки для Android. Она рассчитана на начинающих изучать Котлин. Никакого предыдущего опыта программирования не нужно! Все в книге происходит в ясной, современной среде разработки, что означает, что вы можете сосредоточиться на основных особенностях программирования на языке Котлин, не погрязнув в многочисленных деталях создания приложений. |
Разместил: Ingvar16 16-10-2019, 12:56 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Advanced Android App Architecture Автор: Yun Cheng, Aldo Olivares Dominguez Издательство: Razeware LLC Год: 2019 Формат: pdf Страниц: 250 Для сайта: Mirknig.su Размер: 21 mb Язык: английский
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! |
Разместил: na5ballov 16-10-2019, 12:23 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|