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



Ответить на тему  [ 1 сообщение ] 
[Udemy.com] Build 20 iOS 9 apps - App building for complete beginners [2015, ENG] 
Автор Сообщение
Постоянный
Постоянный
Раздал: 1.19 ТБ
Скачал: 949.67 ГБ
Ратио: 1.278


Зарегистрирован: 2014-10-13 17:53
Сообщения: 2494
Ответить с цитатой 
Build 20 iOS 9 apps - App building for complete beginners

#777
Год выпуска: 2015
Производитель: Udemy
Сайт производителя: udemy.com
Автор: John Bura
Продолжительность: 12:12
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: This course was funded through a massively successful Kickstarter campaign.
This is the number 1 beginner friendly iOS 9 app development course. If you want to learn to code and make apps, this course is for you.
One of the best features is that you can watch the courses at any speed you want. This means you can speed up the or slow down the video if you want to.
This course is project based so you will not be learning a bunch of useless coding practices. At the end of this course you will have real world apps to use in your portfolio. We feel that project based training content is the best way to get from A to B. Taking this course means that you learn practical, employable skills immediately.

Содержание
Раздел 1: Learn Swift in 1 Hour
1 02. Course Requirements
2 03. Talking about Xcode projects
3 04. Setting up the Xcode environment
4 05. Adding items to the main story board
5 06. Hooking up the swift file
6 07. Using the swift file
7 08. Changing the button text
8 09. Adding in functions
9 10. Variables
10 11. If Statements
11 12. Multiple condition if statements
12 13. Else if statements
13 14. Printing a user selected number
14 15. Apple UI and interactivity
15 16. Course conclusion

Раздел 2: 1 Hour SpriteKit
16 02. Course Requirements
17 03. Introduction to spritekit
18 04. Running the app on the simulator. Test early and often
19 05. Talking about the GamScene file
20 06. Talking about the touches began
21 07. Learning about moving code to functions
22 08. Talking about feature scope
23 09. Talking about variables
24 10. Setting and pritning variables
25 11. Breaking up functions into smaller functions
26 12. Talking about classes and removing objects
27 13. Talking about images and nodes
28 14. Conclusion

Раздел 3: 03. Tip Calculator for iPhone
29 01. Starting a new project for the tip calculator
30 02. Setting up the main Storyboard
31 03. Designing the app
32 04. Testing early and often on the iPhone
33 05. Hooking up the outlets to the swift file
34 06. Hooking up the Actions to the siwft file
35 07. Setting up the variables
36 08. Separating the app into functions
37 09. Taking in the user inputed text
38 10. Converting the strings into Floats
39 11. Calculating the tip
40 12. Printing the variables
41 13. Formatting to two Decimal Places
42 14. Adding the clear button to the app
43 15. Changing the keyboard input type
44 16. Hiding the keyboards
45 17. Designing the app
46 18. Challenge - Build a new app and design it differently

Раздел 4: 04. Make a letter counting app with arrays for iPhone
47 01. Introduction to the name changing app
48 02. Designing the app
49 03. Hooking up the swift code
50 04. Adding functions to the app
51 05. Enterting the name data
52 06. Making the app count the characters
53 07. Putting the characters into an array
54 08. Adding in the clear button functionality
55 09. Hiding the keyboard
56 10. Designing the app
57 11. Challenge - Make a 4 box character counting app

Раздел 5: 05. Reversing words app for iPhone
58 01. Introduction to the word reverser
59 02. Designing the app
60 03 Hooking up the actions and the outlets
61 04. Adding in functions to the app
62 05. Setting up variables
63 06. Setting up the user input and testing the app
64 07. Reversing the characters
65 08. Talking about user experience and code
66 09. Designing the app and adding the clear function
67 10. Hiding the keyboard
68 11. Challenge - Count the characters of the reversed word

Раздел 6: 06. Inspirational Quote App for iPhone
69 01. Introduction to the motivational quote app
70 02. Designing the app
71 03 Hooking up the Swift File
72 04. Setting up the variables and the arrays
73 05. Adding in the function to the app
74 06. Printing the variable
75 07. Selecting the random number
76 08. Changing the button Text
77 09. Adding in checking logic
78 10. Designing the app
79 11. Challenge - Add another array item box to the project

Раздел 7: 07. Addition game for iPhone
80 01. Introduction to the Algebra addition game
81 02. Designing the app
82 03. Hooking up the Swift file
83 04. Adding in the variables
84 05. Randomizing the numbers
85 06. Printing the variables
86 07. Printing the buttons and setting up the incorrect answers
87 08. Adding in the other incorrect answers
88 09. Adding in the random number check logic
89 10. Setting up the correct answer logic
90 11. Printing the stats
91 12. Adding in the reset logic
92 13. Fixing the reset logic
93 14. Designing the app
94 15. Challenge - Make 3 different apps for 3 different ages

Раздел 8: 08. Stock Price Calculator for iPhone
95 01. Introduction to the stock price calculator
96 02. Designing the app
97 03. Hooking up the Swift File
98 04. Setting up the variables
99 05. Adding in functions to the app
100 06. Taking in the user data
101 07. Converting variables to floats
102 08. Adding in the price and hiding the keyboard
103 09. Fixing the percent error
104 10. Calculating the profit
105 11. Rounding to two decimal places
106 12. Clearing the app
107 13. Designing the app
108 14. Challenge - Limit the amount of characters in the profit section

Раздел 9: 09. Savings app for iPhone
109 01. Introduction to the savings app
110 02. Designing the labels to the app
111 03. Hooking up the swift file
112 04. Setting up the Variables
113 05. Setting up the functions
114 06. Taking in the data
115 07. Calculating the income
116 08. Calculating the savings
117 09. Printing the variables
118 10. HIding the keyboard and testing the app
119 11. Finxing the bugs
120 12. Testing and setting up the clear functionality
121 13. Designing the app
122 14. Final bugs in the app
123 15. Challenge - Add more financial items to the app

Раздел 10: 10. Savings visualizer for iPhone
124 01. Introduction to the savings visualizer
125 02. Designing the app
126 03. Hooking up the Swift file
127 04. Setting up the variables
128 05. Adding in the functions
129 06. Taking in the data
130 07. Performing the math of the equation
131 08. Printing the variables
132 09. Testing the app and adding in the clear button
133 10. Checking to see if the textbox has text
134 11. Formating the decimal places
135 12. Designing the app
136 13. Challenge - add another slider to the app

Раздел 11: 11. Score counter for iPhone
137 01. Introduction to the sports counter app
138 02. Designing the app
139 03. Hooking up the swift file
140 04. Adding in the variables
141 05. Adding in the functions
142 06. Adding in the score modifier
143 07. Testing the app
144 08. Setting up the print function
145 09. Designing the app part 1
146 10. Sending items to the back
147 11. Challenge - Set the score limit to 100

Раздел 12: 12. Making a two button quiz for kids for iPhone
148 01. Introduction to the simple quiz app
149 02. Desiging the app
150 03. Hooking up the swift file
151 04. Setting up the variables and the arrays
152 05. Setting up the functions
153 06. Setting up the random numbers and printing the variable
154 07. Setting up the button logic
155 08. Adding in the incorrect answer logic
156 09. Breaking up the functions into more specific functionality
157 10. Setting up the total correct logic and testing the app
158 11. Resetting the app
159 12. Designing the app
160 13. Add more items to the array

Раздел 13: 13. Making an innovative calculator for iPhone
161 01. Introduction to the innovative calculator
162 02. Talking about the main storyboard
163 03. Adding in the other views
164 04. Changing the names of the tabs
165 05. Changing the colors of the slides
166 06. Designing the first page
167 07. Designing the first page for productivity
168 08. Copying the items to the other view controller
169 09. Setting up the outlets
170 10. Hooking up the swift file
171 11. Adding in the addition variables
172 12. Taking in the user data
173 16. Adding in the multiplication tab
174 17. Setting up the division page
175 18. Setting up the subtraction page
176 19. Finding different solutions
177 20. Putting final touches on the design
178 21. Challenge add in two more tabs

Раздел 14: 14. Multiplication game
179 01. Introduction to the multiplication game
180 02. Designing the app
181 03. Hooking up the Swift file
182 04. Adding in the variables
183 05. Randomizing the numbers
184 06. Adding in the button logic
185 07. Printing the buttons
186 08. Adding in the random number checks
187 09. Setting up the correct logic
188 10. Reseting the app and designing the app
189 11. Challenge - Add in 3 different difficulty levels for 3 different ages

Раздел 15: 15. Number Divisor app
190 01. Introduction to the number divsor app
191 02. Designing the app
192 03. Hooking up the Swift file
193 04. Adding in variables
194 05. Taking in the user data
195 06. Calculating the division number
196 07. Hiding the keyboard
197 08. Adding checks to make sure your app does not crash
198 09. Cleaning up the app and clearing the text
199 10. Designing the app
200 11. Conclusion

Раздел 16: 16. Algebra Addition game
201 01. Introduction to the algebra addition game
202 02. Designing the app
203 03. Hooking up the swift file
204 04. Setting up the variables
205 05. Adding in the random numbers logic
206 06. Adding in the button logic
207 07. Adding in the random number checks
208 08. Adding in the answers
209 09. Testing the app
210 10. Designing the app
211 11. Challenge - First 5 random numbers different than the next

Раздел 17: 17. Compound interest calculator
212 01. Introduction to the compound interest calculator
213 02. Designing the app
214 03. Hooking up the Swift Code
215 04. Adding in the variables
216 05. Taking in the user data
217 06. Calculating the compound interest
218 07. Printing the answer and hiding the keyboard
219 08. Testing the app
220 09. Clearing the app
221 10. Designing the app
222 11. Challenge - Add in the amount of money made

Раздел 18: 18. Playing a video in iOS 9
223 01. Making a simple video player app
224 02. Adding in the media player framework
225 03. Adding in a video file
226 04. Adding in the playing variables
227 05. Adding in the player logic
228 06. Playing the video when the app starts
229 07. Playing a video from a server
230 08. Challenge - Play the video with the press of a button

Раздел 19: 19. Algebra multiplication game
231 01. Introduction to the algebra addition game
232 02. Designing the app
233 03. Hooking up the Swift file
234 04. Adding in the variables
235 05. Adding in the random number logic
236 06. Adding in the button logic
237 07. Adding in the correct logic
238 08. Testing the app
239 09. Designing the app
240 10. Challenge - Make the y variable change spots

Раздел 20: 20. Subtraction game
241 01. Introduction to the subtraction game for iOS
242 02. Designing the app
243 03. Hooking up the Swift File
244 04. Setting up the variables
245 05. Setting up the random buttons
246 06. Setting up the button logic
247 07. Setting up the random number checks
248 08. Setting up the correct button logic
249 09. Desingning the app
250 10. Challenge - Make answers have no negative numbers

Раздел 21: 21. Coffee Decider
251 01. Talking about the coffee Decider app
252 02. Designing the app
253 03. Hooking up the Swift file
254 04. Adding in the arrays
255 05. Setting up the coffe array numbers
256 06. Setting the array to maximum
257 07. Randomizing the numbers
258 09. Testing the app and auto resizing the size
259 08. Printing the arrays
260 10. Designing the app
261 11. Challenge - Add more items to have with your coffee

Файлы примеров: отсутствуют
Формат видео: MP4
Видео: AVC, 1152x720, 16:10, 15fps, 565kbps
Аудио: AAC, 44.1kHz, 48kbps, mono

Скриншоты



2015-09-18 02:00
Профиль
  • Торрент
Автор: Александр С. Хэш: ---
Добавлен: 2015-09-18 02:00 Приватный: Нет (DHT включён)
Статус:
---
Размер: 1.99 ГБ (2 133 857 322 байт)
Изменил:
---
Скачали: 0 (Раздающих: 0%)
Причина:
---
Здоровье: 0%
Сидеров: 0 Личеров: 0
Скорость раздачи: 0 байт/сек Скорость скачивания: 0 байт/сек
Последний сидер: Нет Последний личер: Нет
Для скачивания торрента необходимо зарегистрироваться или войти на трекер.
Показать сообщения за:  Поле сортировки  
Ответить на тему   [ 1 сообщение ] 

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

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


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

Найти:
Перейти:  
Создано на основе 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.145s | 16 Queries | GZIP : Off ]
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!
tracker_cron Яндекс.Метрика