Сообщения без ответов | Активные темы Текущее время: 2024-11-22 05:32



Ответить на тему  [ 1 сообщение ] 
[Udemy] Build iOS 9 Swift 2 Music Video App using REST-APIs [2016, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
Build iOS 9 Swift 2 Music Video App using REST-APIs


#777
Год выпуска: 2016
Производитель: Udemy
Продолжительность: 15:21:58
Тип раздаваемого материала: Видеоурок
Язык: Английский

Описание: Раскройте все возможности отдыха-APIS и принять ваши знания на следующий уровень и Шаг up!


Unleash the power of REST-APIS and take your knowledge to the next level and Step It Up!

Have you taken an iOS course that has left you with more questions? Do you have the basic fundamentals, but want to take your knowledge to the next level? You can Step It Up using REST-APIs. Through this interactive course, you will have the opportunity to use available APIs to build apps that are specific to your interests and bring value to your potential customers.

This course incorporates 12 sections including a bonus component that simulates how to create your own app through practice using a music video app. We will build the app from scratch following the model-view-controls design pattern and best coding practices. Within building the music video app, there is opportunity for hands on practice to apply the newly acquired skills to your own concept through challenges and exercises. The course is designed to be taken consecutively as the sections will build upon the prior and eventually add functionality to building the music video app. After the completion of this course, you will have the opportunity to continue your education by watching a new lecture presented every month. Your feedback will determine the direction of additional contents in the bonus section.

Содержание
├── 01 Introduction
│ ├── 001 Music Video App Demo.mp4
│ ├── 002 Meet Michael.mp4
│ ├── 003 Goals of the class - The Big Picture.mp4
│ ├── 004 Why take this course.mp4
│ └── 005 Course Roadmap - our journey together.mp4
├── 02 Web Service Technologies
│ ├── 001 REST-API Concepts - the developers opportunity.mp4
│ ├── 002 JSON Fundamentals - unleash the power of data.mp4
│ ├── 003 Intro to the iTunes REST-API.mp4
│ └── 004 Challenge 1.mp4
├── 03 Object Oriented Programming Principles in Swift
│ ├── 001 Object Oriented Programming Principles.mp4
│ ├── 002 Classes and Objects.mp4
│ ├── 003 Inhertance.mp4
│ ├── 004 Polymorphism.mp4
│ ├── 005 Encapsulation.mp4
│ ├── 006 Abstraction.mp4
│ └── 007 The power of OOP - iOS Frameworks and Foundation.mp4
├── 04 Key Concepts in iOS Development
│ ├── 001 Model-View-Controller Design Pattern.mp4
│ ├── 002 Model-View-Controller Communication Rules.mp4
│ ├── 003 Delegation and Protocols Design Pattern.mp4
│ ├── 004 Singleton Design Pattern.mp4
│ ├── 005 Application Lifecycle.mp4
│ └── 006 View Controller Lifecycle.mp4
├── 05 Source Control Management
│ ├── 001 Git Basic Concepts - command-line tool.mp4
│ ├── 002 Add git repository manually to Xcode Project.mp4
│ ├── 003 GitHub - Web Based Git repository hosting system.mp4
│ ├── 004 Managing source code with Xcode and GitHub.mp4
│ └── 005 Exercise - create free account with GitHub.mp4
├── 06 Building Our App Back-End
│ ├── 001 Overview of the Back_end Processing.mp4
│ ├── 002 Setting up our project.mp4
│ ├── 003 Part 1 Project Setup.mp4
│ ├── 004 Connect to the API.mp4
│ ├── 005 Part 2 NSURLSession.mp4
│ ├── 006 Convert the NSData to JSON.mp4
│ ├── 007 Part 3 NSJSONSerialization.mp4
│ ├── 008 Define the data model.mp4
│ ├── 009 Part 4 Create class with custom initializer.mp4
│ ├── 010 Exercise - Finish the custom initializer.mp4
│ ├── 011 Part 5 Review the completed custom initializer.mp4
│ ├── 012 Recap - what we learned so far.....mp4
│ ├── 013 Part 6 Call custom initializer to build array.mp4
│ ├── 014 Part 7 Obj-C Reachability bridging header.mp4
│ ├── 015 Part 8 Obj-C Reachability App Delegate.mp4
│ ├── 016 Part 9 Obj-C Reachability view controller.mp4
│ ├── 017 Part 10 Debugging tips.mp4
│ └── 018 Challenge 2.mp4
├── 07 User Interface - list screen Part 1
│ ├── 001 Overview of the User Interface.mp4
│ ├── 002 Table View vs. Table View Controller explained.mp4
│ ├── 003 Part 11 - Tableview.mp4
│ ├── 004 Part 12 - Table View Controller.mp4
│ ├── 005 Part13 - Reachability final touches.mp4
│ ├── 006 Objectives - Implement custom cell.mp4
│ ├── 007 Part 14 - Implement custom cell.mp4
│ ├── 008 Part 15 - Get image from the URL.mp4
│ ├── 009 Part 16 - App Transport Security.mp4
│ ├── 010 Part 17 - Preferred Fonts.mp4
│ └── 011 Challenge 3.mp4
├── 08 User Interface - detail screen Part 2
│ ├── 001 Part 18 - Create detail screen and setup UI.mp4
│ ├── 002 Part 19 - Pass data to detail screen from row selected.mp4
│ ├── 003 Part 20 - Size Classes.mp4
│ └── 004 Exercise - Preferred Fonts.mp4
├── 09 User Interface - settings page Part 3
│ ├── 001 Part 21 - Create and layout UI.mp4
│ ├── 002 Part 22 Create class and connect to storyboard.mp4
│ ├── 003 Part 23 -Switch and NSUserDefaults.mp4
│ ├── 004 Part 24 - Slider and NSUserDefaults.mp4
│ └── 005 Exercise - Implement About screen.mp4
├── 10 Featured Functionality - Part 4
│ ├── 001 Part 25 - AVPlayerViewController.mp4
│ ├── 002 Part 26 - UIRefreshControl.mp4
│ ├── 003 Part 27 - UIActivityViewController.mp4
│ ├── 004 Part 28 - MFMailComposeViewController.mp4
│ ├── 005 Part 29 - AuthenticationwithBiometrics.mp4
│ ├── 006 Our Design Session.mp4
│ ├── 007 Part 30 - Setup search bar and code datasource.mp4
│ ├── 008 Part 31 - Search - code our string matching.mp4
│ ├── 009 Part 32 - Class Extensions.mp4
│ └── 010 Challenge 4.mp4
└── 11 Where to Next
├── 001 App Store Review Guidelines.mp4
└── 002 Our Journey never ends.mp4

Файлы примеров: отсутствуют
Формат видео: MP4
Видео : AVC, 1280x720/1262x720/854x480 (16:9), 30.000 fps, Zencoder Video Encoding System ~749 Kbps avg, 0.027 bit/pixel
Аудио: 48.0 KHz, AAC LC, 2 ch, ~72.0 Kbps

Скриншоты















2016-02-06 02:00
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2016-02-06 02:00 Приватный: Нет (DHT включён)
Статус:
---
Размер: 4.7 ГБ (5 048 474 136 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 7


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
Создано на основе phpBB® Forum Software © phpBB Group
ppkBB3cker v.2.5 © 2008-2021 @ PPK | Icon Theme by Everaldo.com Design Studio
Designed by ST Software.
Русская поддержка phpBB
[ Time : 0.921s | 18 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика