1. Урок 1. 00:01:04
    How to Get Help
  2. Урок 2. 00:03:30
    Course Organization
  3. Урок 3. 00:02:44
    Dart Overview
  4. Урок 4. 00:02:20
    The Dartpad Editor
  5. Урок 5. 00:02:33
    Our First Program
  6. Урок 6. 00:02:45
    Pulling the Pieces Apart
  7. Урок 7. 00:03:37
    Functions in Dart
  8. Урок 8. 00:08:37
    Introduction to Types
  9. Урок 9. 00:05:37
    Why Use Types?
  10. Урок 10. 00:03:20
    String Interpolation
  11. Урок 11. 00:03:13
    Object Oriented Programming in Dart
  12. Урок 12. 00:04:34
    Creating Classes
  13. Урок 13. 00:03:58
    Creating Class Instances
  14. Урок 14. 00:07:27
    Constructor Functions
  15. Урок 15. 00:03:42
    Review on Constructors
  16. Урок 16. 00:01:13
    App Overview
  17. Урок 17. 00:03:20
    OOP Design Flow
  18. Урок 18. 00:06:00
    Adding Fields to Classes
  19. Урок 19. 00:01:23
    Associated Methods
  20. Урок 20. 00:02:53
    More Initialization with Constructors
  21. Урок 21. 00:03:09
    For Loops
  22. Урок 22. 00:03:57
    Adding Elements to Lists
  23. Урок 23. 00:04:47
    More on Variable Initialization
  24. Урок 24. 00:03:36
    Customizing Print Statements
  25. Урок 25. 00:04:31
    ToString on Cards
  26. Урок 26. 00:06:12
    Shuffling a List
  27. Урок 27. 00:04:43
    Annotating Argument Types
  28. Урок 28. 00:03:47
    Filtering Lists
  29. Урок 29. 00:02:40
    Annotating Argument Types
  30. Урок 30. 00:05:50
    Filtering Lists
  31. Урок 31. 00:07:15
    Shorthand Function Syntax
  32. Урок 32. 00:02:46
    Removing Individual Records
  33. Урок 33. 00:06:09
    RemoveCard Implementation
  34. Урок 34. 00:04:01
    Named Parameters
  35. Урок 35. 00:02:02
    Flutter Setup on MacOS
  36. Урок 36. 00:02:03
    SDK Extraction
  37. Урок 37. 00:07:47
    Editing the PATH Variable
  38. Урок 38. 00:01:25
    XCode License
  39. Урок 39. 00:01:21
    Generating Flutter Projects
  40. Урок 40. 00:01:59
    Android Setup on MacOS
  41. Урок 41. 00:01:18
    Android Dependencies
  42. Урок 42. 00:01:14
    Android Project Setup
  43. Урок 43. 00:01:26
    More Android Dependencies!
  44. Урок 44. 00:01:52
    Android Emulator Creation
  45. Урок 45. 00:01:28
    Flutter Startup
  46. Урок 46. 00:00:24
    Finished Android Setup
  47. Урок 47. 00:01:07
    iOS on Mac Setup
  48. Урок 48. 00:00:37
    XCode Setup
  49. Урок 49. 00:01:45
    iOS Simulator Startup
  50. Урок 50. 00:00:24
    App Startup
  51. Урок 51. 00:03:40
    Flutter Install
  52. Урок 52. 00:02:48
    More Flutter Installation
  53. Урок 53. 00:00:48
    Android Install
  54. Урок 54. 00:01:04
    Additional Dependencies
  55. Урок 55. 00:00:54
    Generating a Project
  56. Урок 56. 00:01:50
    Selecting an Image
  57. Урок 57. 00:03:19
    Starting the Emulator
  58. Урок 58. 00:00:24
    Finishing Android Setup
  59. Урок 59. 00:05:54
    What's Flutter About, Anyways?
  60. Урок 60. 00:02:08
    App Overview
  61. Урок 61. 00:04:15
    The Four Step Design Process
  62. Урок 62. 00:04:37
    Import Statements
  63. Урок 63. 00:04:57
    Creating Widgets
  64. Урок 64. 00:02:31
    Displaying Content on Screen
  65. Урок 65. 00:06:10
    Showing a Scaffold
  66. Урок 66. 00:03:58
    Customizing the App Bar
  67. Урок 67. 00:05:03
    Named Parameter Clarification
  68. Урок 68. 00:03:20
    Required Parameters
  69. Урок 69. 00:02:18
    Child Parameters
  70. Урок 70. 00:05:49
    Displaying Icons
  71. Урок 71. 00:03:51
    Adding Custom Widgets
  72. Урок 72. 00:04:16
    Stateless vs Stateful Widgets
  73. Урок 73. 00:04:01
    The Build Method
  74. Урок 74. 00:05:35
    Local Import Statements
  75. Урок 75. 00:03:18
    Quick Breather and Review
  76. Урок 76. 00:05:42
    Refactoring Stateless to Stateful
  77. Урок 77. 00:08:39
    More Refactoring to Stateful Widgets
  78. Урок 78. 00:06:34
    Generics in Dart
  79. Урок 79. 00:06:26
    Why Two Classes?
  80. Урок 80. 00:03:07
    Photos API
  81. Урок 81. 00:05:26
    Working with JSON
  82. Урок 82. 00:04:03
    Casting JSON to Model Instances
  83. Урок 83. 00:06:37
    Named Constructors
  84. Урок 84. 00:05:45
    Adding an Image Model
  85. Урок 85. 00:03:42
    Function References
  86. Урок 86. 00:04:10
    The HTTP Package
  87. Урок 87. 00:02:55
    Issuing HTTP Requests
  88. Урок 88. 00:07:51
    Handling Dart Futures
  89. Урок 89. 00:04:18
    Parsing Future Responses into a Model
  90. Урок 90. 00:03:42
    Updating the AppState Widget
  91. Урок 91. 00:04:58
    Building Lists of Widgets
  92. Урок 92. 00:03:36
    Sending Images to the ImageList
  93. Урок 93. 00:05:33
    The Final Keyword
  94. Урок 94. 00:05:57
    Building Lists with ListView
  95. Урок 95. 00:01:39
    Listing URL's
  96. Урок 96. 00:03:57
    Text to Images
  97. Урок 97. 00:08:08
    Containers for Positioning
  98. Урок 98. 00:07:20
    Adding Border Style
  99. Урок 99. 00:09:19
    Column Widgets for Layout
  100. Урок 100. 00:05:06
    Selective Padding
  101. Урок 101. 00:04:48
    App Review
  102. Урок 102. 00:05:27
    App Overview
  103. Урок 103. 00:04:51
    Boilerplate App Code
  104. Урок 104. 00:06:33
    Creating the Login Screen
  105. Урок 105. 00:04:32
    More Container Styling
  106. Урок 106. 00:08:46
    Labels and Hint Text
  107. Урок 107. 00:03:22
    Customizing Keyboard Type
  108. Урок 108. 00:05:10
    Handling Password Inputs
  109. Урок 109. 00:04:12
    Displaying Buttons with RaisedButton
  110. Урок 110. 00:01:36
    Changing Widget Colors
  111. Урок 111. 00:08:06
    Layout Control
  112. Урок 112. 00:03:45
    Form Validation
  113. Урок 113. 00:04:25
    Referencing Widgets with Global Keys
  114. Урок 114. 00:05:19
    The Form Widget and FormState
  115. Урок 115. 00:02:10
    Creating a Global Key
  116. Урок 116. 00:04:31
    Referencing FormState with Global Keys
  117. Урок 117. 00:05:56
    Validating via FormState
  118. Урок 118. 00:06:39
    Triggering Validation
  119. Урок 119. 00:06:32
    Retrieving Form Values
  120. Урок 120. 00:04:03
    Final Form Submittal
  121. Урок 121. 00:03:55
    Code Reuse with Mixins
  122. Урок 122. 00:05:12
    Mixin Validator Implementation
  123. Урок 123. 00:01:01
    A Quick Detour
  124. Урок 124. 00:06:00
    Streams by Analogy
  125. Урок 125. 00:04:09
    Characteristics of Streams
  126. Урок 126. 00:05:19
    StreamControllers and Sinks
  127. Урок 127. 00:02:40
    Mapping a Stream
  128. Урок 128. 00:04:26
    Adding a StreamTransformer
  129. Урок 129. 00:03:28
    Implementing the Listener
  130. Урок 130. 00:07:53
    Stream Review
  131. Урок 131. 00:05:36
    Let's Build a Game
  132. Урок 132. 00:09:48
    Why Streams?
  133. Урок 133. 00:05:33
    Word Guessing
  134. Урок 134. 00:06:09
    Stream's 'Take' and 'Where' Functions
  135. Урок 135. 00:05:57
    Validation with Streams
  136. Урок 136. 00:04:20
    Email Validation
  137. Урок 137. 00:04:36
    Wiring up the Error
  138. Урок 138. 00:06:43
    BLOC's vs Stateful Widgets
  139. Урок 139. 00:07:40
    The Purpose of Streams with Blocs
  140. Урок 140. 00:00:56
    Generating a New Project
  141. Урок 141. 00:03:06
    App Boilerplate
  142. Урок 142. 00:03:14
    Second Time on LoginScreen
  143. Урок 143. 00:07:49
    TextFields with RaisedButtons
  144. Урок 144. 00:03:18
    How to Use TextFields
  145. Урок 145. 00:04:04
    BLOC Design for TextFields
  146. Урок 146. 00:05:02
    Annotating Stream Types
  147. Урок 147. 00:06:27
    Issues with Bloc Access
  148. Урок 148. 00:08:41
    Shortcut Access with Getters
  149. Урок 149. 00:07:33
    Public vs Private Fields
  150. Урок 150. 00:04:08
    Improving the BLOC Api
  151. Урок 151. 00:06:53
    Validation Transformers
  152. Урок 152. 00:04:27
    A Technicality Around Mixins
  153. Урок 153. 00:03:19
    Cleaning Up Controllers
  154. Урок 154. 00:06:50
    Bloc Application
  155. Урок 155. 00:11:27
    The StreamBuilder Widget
  156. Урок 156. 00:04:19
    Streambuilder for Password Fields
  157. Урок 157. 00:03:09
    Scoped Bloc Approach
  158. Урок 158. 00:05:38
    Provider Implementation
  159. Урок 159. 00:07:34
    The Provider's 'of' Function
  160. Урок 160. 00:02:17
    The Provider's Constructor
  161. Урок 161. 00:03:20
    The Provider in Action
  162. Урок 162. 00:05:33
    Accessing the Bloc
  163. Урок 163. 00:05:38
    Breather and Review
  164. Урок 164. 00:05:17
    Enabling Form Submission
  165. Урок 165. 00:04:08
    Stream Merging Possibilities
  166. Урок 166. 00:04:14
    Introducing RxDart
  167. Урок 167. 00:05:53
    More on RxDart
  168. Урок 168. 00:10:07
    The CombineLatest Function
  169. Урок 169. 00:06:39
    CombineLatest in Action
  170. Урок 170. 00:03:40
    More on StreamBuilder
  171. Урок 171. 00:05:58
    Interpreting Stream Values
  172. Урок 172. 00:04:42
    Broadcast Streams
  173. Урок 173. 00:03:14
    Disabled by Default
  174. Урок 174. 00:08:22
    Replacing Controllers with Subjects
  175. Урок 175. 00:03:24
    Review of BLOCs
  176. Урок 176. 00:02:53
    App Overview
  177. Урок 177. 00:10:38
    Animation Library Classes
  178. Урок 178. 00:02:48
    App Boilerplate
  179. Урок 179. 00:04:20
    StatefulWidgets for Animations
  180. Урок 180. 00:02:27
    Widget Structure
  181. Урок 181. 00:03:45
    Displaying a Cat
  182. Урок 182. 00:03:55
    The InitState Method
  183. Урок 183. 00:05:46
    Declaring the TickerProvider
  184. Урок 184. 00:05:44
    Tweens with Curves
  185. Урок 185. 00:05:03
    Performance Savings with AnimatedBuilder
  186. Урок 186. 00:07:02
    Nature of Animation
  187. Урок 187. 00:01:48
    Starting the Animation
  188. Урок 188. 00:05:00
    Watching for Taps with GestureDetector
  189. Урок 189. 00:06:35
    Reversing Animation States
  190. Урок 190. 00:03:28
    Building the Box
  191. Урок 191. 00:02:44
    Layouts with the Stack Widget
  192. Урок 192. 00:02:52
    Order of Drawing Widgets
  193. Урок 193. 00:03:34
    Add Center Widget
  194. Урок 194. 00:11:07
    Positioned Widgets
  195. Урок 195. 00:06:58
    Expanding Stack Dimensions
  196. Урок 196. 00:07:17
    Three Reasons for Strange Layouts
  197. Урок 197. 00:03:58
    Positioned Constraints
  198. Урок 198. 00:03:57
    Negative Offsets
  199. Урок 199. 00:03:46
    Stack Clip Settings
  200. Урок 200. 00:02:20
    Adjusting Tween Ranges
  201. Урок 201. 00:03:29
    Adding Box Flaps
  202. Урок 202. 00:06:14
    Rotating Widgets
  203. Урок 203. 00:06:15
    Rotation by Radians
  204. Урок 204. 00:03:38
    Changing Rotation Point
  205. Урок 205. 00:05:19
    A Touch of Positioning
  206. Урок 206. 00:07:00
    BoxAnimation Controller
  207. Урок 207. 00:06:28
    Adding Animated Builders
  208. Урок 208. 00:04:10
    Resetting Animations
  209. Урок 209. 00:04:21
    Constraining Animation Range
  210. Урок 210. 00:03:15
    Adding the Right Flap
  211. Урок 211. 00:04:06
    Negative Rotation Values
  212. Урок 212. 00:02:37
    Toggling Animation State
  213. Урок 213. 00:02:50
    Animation Wrapup
  214. Урок 214. 00:03:09
    App Overview
  215. Урок 215. 00:08:52
    Hacker News API
  216. Урок 216. 00:08:05
    More API Challenges
  217. Урок 217. 00:08:28
    API Performance Strategy
  218. Урок 218. 00:08:39
    Creating the ItemModel Class
  219. Урок 219. 00:05:25
    A Few More ItemModel Properties
  220. Урок 220. 00:06:47
    API Provider Implementation
  221. Урок 221. 00:08:33
    Fetching Individual Items
  222. Урок 222. 00:04:44
    Testing with Dart
  223. Урок 223. 00:05:10
    A Few Imports
  224. Урок 224. 00:05:23
    Writing Expectations
  225. Урок 225. 00:05:53
    Mocking HTTP Requests
  226. Урок 226. 00:05:43
    Returning JSON
  227. Урок 227. 00:05:18
    Testing FetchItem
  228. Урок 228. 00:04:04
    SQLite DB Provider
  229. Урок 229. 00:04:28
    Database Imports
  230. Урок 230. 00:02:23
    Async Constructors
  231. Урок 231. 00:05:10
    Creating a DB Connection
  232. Урок 232. 00:03:42
    Creating Tables with SQLite
  233. Урок 233. 00:04:23
    Adding Table Columns
  234. Урок 234. 00:07:56
    Issuing Queries
  235. Урок 235. 00:04:32
    Multiple Named Constructors
  236. Урок 236. 00:04:32
    Massaging DB Return Maps
  237. Урок 237. 00:08:42
    Turning Class Instances to Maps
  238. Урок 238. 00:04:06
    Implementing the Repository
  239. Урок 239. 00:07:10
    More on the Repository
  240. Урок 240. 00:06:13
    Type Annotations
  241. Урок 241. 00:03:32
    Casting Lists
  242. Урок 242. 00:02:46
    More on the Repository
  243. Урок 243. 00:07:03
    Abstract Classes
  244. Урок 244. 00:04:28
    The Need for Abstract Classes
  245. Урок 245. 00:07:35
    Why Abstract Classes?
  246. Урок 246. 00:07:03
    More on Abstract Classes
  247. Урок 247. 00:07:17
    Repository Interface Design
  248. Урок 248. 00:05:53
    Defining the Source
  249. Урок 249. 00:02:09
    Cache Definitions
  250. Урок 250. 00:03:31
    Lists of Sources and Caches
  251. Урок 251. 00:04:06
    Ultimate Reusability
  252. Урок 252. 00:02:19
    Quick Gotcha
  253. Урок 253. 00:01:08
    Another Quick Gotcha!
  254. Урок 254. 00:02:29
    FetchTopIds Implementation
  255. Урок 255. 00:02:46
    App Setup
  256. Урок 256. 00:02:46
    A Touch of Boilerplate
  257. Урок 257. 00:10:13
    Data Fetching Concerns
  258. Урок 258. 00:03:23
    Solution Outline
  259. Урок 259. 00:12:05
    FutureBuilder in Action
  260. Урок 260. 00:06:03
    The Stories Provider
  261. Урок 261. 00:06:50
    Bloc Design
  262. Урок 262. 00:03:33
    Exposing Bloc Getters
  263. Урок 263. 00:03:21
    Wiring up the Stories Provider
  264. Урок 264. 00:07:52
    Bloc Testing
  265. Урок 265. 00:03:24
    Type Annotations Solve Problems
  266. Урок 266. 00:03:21
    Circular Progress Indicator
  267. Урок 267. 00:07:02
    Item Fetching Architecture
  268. Урок 268. 00:08:34
    Giant Gotcha with StreamBuilder
  269. Урок 269. 00:07:17
    Giant Gotcha Solution
  270. Урок 270. 00:05:39
    Implementing ScanStreamTransformer
  271. Урок 271. 00:02:28
    Finishing the ScanStreamTransformer
  272. Урок 272. 00:03:50
    Adding the Items Controller
  273. Урок 273. 00:03:29
    A Gotcha Around Streams? Impossible!
  274. Урок 274. 00:03:47
    Single Transformer Application
  275. Урок 275. 00:04:08
    The ListView Tile
  276. Урок 276. 00:03:28
    StreamBuilder Setup
  277. Урок 277. 00:03:57
    Wrapping Up the FutureBuilder
  278. Урок 278. 00:03:57
    Double Gotcha!
  279. Урок 279. 00:10:02
    Stream Subscriptions
  280. Урок 280. 00:01:14
    Stream Subscription Fix
  281. Урок 281. 00:02:38
    Additional Streams
  282. Урок 282. 00:08:43
    A Laborious Refactor
  283. Урок 283. 00:02:29
    Result of Refactor
  284. Урок 284. 00:03:58
    Quick Debug Session
  285. Урок 285. 00:09:01
    Resolving Database Conflicts
  286. Урок 286. 00:05:19
    Building Story Tiles
  287. Урок 287. 00:04:44
    Comments Icon
  288. Урок 288. 00:05:37
    Applying Dividers with Height
  289. Урок 289. 00:03:24
    Loading Container Stand-in
  290. Урок 290. 00:04:22
    Building the Loading Container
  291. Урок 291. 00:02:56
    Showing the Loading Container
  292. Урок 292. 00:02:36
    Long-Lived Cache Values
  293. Урок 293. 00:02:55
    Swipe to Refresh Indicator
  294. Урок 294. 00:04:34
    Implementing a Refresh Widget
  295. Урок 295. 00:07:52
    Clearing Database Tables
  296. Урок 296. 00:08:23
    Communicating a Future to onRefresh
  297. Урок 297. 00:04:06
    Navigation in Flutter
  298. Урок 298. 00:05:57
    Map Based Routing
  299. Урок 299. 00:03:40
    OnGenerateRoute-Based Navigation
  300. Урок 300. 00:06:35
    OnGenerateRoute Implementation
  301. Урок 301. 00:10:06
    Navigating in Style!
  302. Урок 302. 00:07:26
    A PageRoute for NewsDetail
  303. Урок 303. 00:03:42
    A Scaffold in NewsDetail
  304. Урок 304. 00:04:44
    Parsing Route Settings
  305. Урок 305. 00:06:05
    The Comments Bloc Provider
  306. Урок 306. 00:05:13
    Comments Bloc Design
  307. Урок 307. 00:07:36
    More on Comments Bloc
  308. Урок 308. 00:12:47
    Recursive Data Fetching
  309. Урок 309. 00:03:43
    Connecting the Comments Provider
  310. Урок 310. 00:03:23
    Testing Recursive Fetching
  311. Урок 311. 00:05:16
    Consuming the Item Map
  312. Урок 312. 00:05:49
    Displaying the Story Title
  313. Урок 313. 00:06:15
    Text Styling
  314. Урок 314. 00:05:32
    Container Alignment
  315. Урок 315. 00:07:30
    Building the Comments List
  316. Урок 316. 00:04:40
    More Logic Extraction
  317. Урок 317. 00:05:02
    The Comment Widget
  318. Урок 318. 00:03:22
    Comment's FutureBuilder
  319. Урок 319. 00:06:35
    Showing Individual COmments
  320. Урок 320. 00:05:51
    Recursive Rendering
  321. Урок 321. 00:04:27
    Styling the Comment List
  322. Урок 322. 00:03:38
    Defaulting Null Values
  323. Урок 323. 00:02:57
    Handling Deleted Comments
  324. Урок 324. 00:03:27
    Nested Comments
  325. Урок 325. 00:05:25
    ListTile's ContentPadding Property
  326. Урок 326. 00:05:15
    Replacing Placeholder Characters
  327. Урок 327. 00:02:57
    Loading Containers for Comments
  328. Урок 328. 00:06:11
    App Wrapup
  329. Урок 329. 00:01:42
    Last Fix!
  330. Урок 330. 00:02:39
    Dart Local Installation
  331. Урок 331. 00:03:24
    Dart Install on Mac
  332. Урок 332. 00:03:44
    Editor Setup for Dart
  333. Урок 333. 00:02:39
    App Overview
  334. Урок 334. 00:06:44
    Folder and File Structure
  335. Урок 335. 00:03:09
    The PubSpec File
  336. Урок 336. 00:03:59
    Running Dart Files
  337. Урок 337. 00:08:16
    Program Design Methodology
  338. Урок 338. 00:02:39
    Class Creation
  339. Урок 339. 00:03:16
    Terminal Design
  340. Урок 340. 00:02:15
    Terminal Implementation
  341. Урок 341. 00:05:18
    Stdout and Stdin
  342. Урок 342. 00:06:25
    Import Statements
  343. Урок 343. 00:04:36
    Stdout Instance
  344. Урок 344. 00:09:55
    More on Import Statements
  345. Урок 345. 00:03:23
    Testing the Import Class
  346. Урок 346. 00:03:52
    Checking Operating System
  347. Урок 347. 00:02:24
    Clearing Windows Terminal
  348. Урок 348. 00:01:08
    Clearing Other Terminals
  349. Урок 349. 00:01:23
    Testing ClearScreen
  350. Урок 350. 00:07:13
    Collecting Input Over Stdin
  351. Урок 351. 00:07:08
    Option Class FIelds
  352. Урок 352. 00:02:15
    Adding Dynamic Fields
  353. Урок 353. 00:06:59
    Printing Individual Options
  354. Урок 354. 00:04:37
    Testing Option Printing
  355. Урок 355. 00:04:36
    List Shortcomings
  356. Урок 356. 00:11:36
    Maps in Dart
  357. Урок 357. 00:03:44
    Refactor to Maps
  358. Урок 358. 00:04:01
    The Prompter Class
  359. Урок 359. 00:03:55
    Testing the Prompter
  360. Урок 360. 00:04:30
    Extracting the Terminal
  361. Урок 361. 00:07:02
    Var vs Final for Variables
  362. Урок 362. 00:06:02
    Final's Affect on Values
  363. Урок 363. 00:06:23
    Const's Dual Nature
  364. Урок 364. 00:12:03
    Const's Behavior by Type
  365. Урок 365. 00:02:13
    Marking Terminal as Const
  366. Урок 366. 00:07:23
    Private Variables
  367. Урок 367. 00:05:36
    Finishing Prompter
  368. Урок 368. 00:03:26
    Error Handling
  369. Урок 369. 00:04:05
    Asking Binary Questions
  370. Урок 370. 00:04:21
    Testing Binary Inputs
  371. Урок 371. 00:04:34
    Code Similarities
  372. Урок 372. 00:05:01
    Refactor for Code Reuse
  373. Урок 373. 00:05:16
    More on Private
  374. Урок 374. 00:02:45
    Central Lib File
  375. Урок 375. 00:03:10
    A Single Export Point
  376. Урок 376. 00:03:17
    A Relevant Example File
  377. Урок 377. 00:02:54
    Outstanding Project Config
  378. Урок 378. 00:05:41
    Uploading the Prompter Lib
  379. Урок 379. 00:02:52
    App Overview
  380. Урок 380. 00:04:06
    Project Setup
  381. Урок 381. 00:05:39
    Importing Library Code
  382. Урок 382. 00:04:10
    Forcibly Exiting a Program
  383. Урок 383. 00:03:28
    Prompting for File Type
  384. Урок 384. 00:04:14
    Implementation Flow
  385. Урок 385. 00:05:08
    Working with the Current Directory
  386. Урок 386. 00:07:14
    Filtering Non-Files
  387. Урок 387. 00:03:30
    Filtering Non-Images
  388. Урок 388. 00:06:04
    Building Options from Images
  389. Урок 389. 00:02:30
    Testing Image Selection
  390. Урок 390. 00:06:07
    Converting Images
  391. Урок 391. 00:03:04
    The ConvertImage Function
  392. Урок 392. 00:03:41
    Reading File Contents
  393. Урок 393. 00:03:40
    Encoding to JPG or PNG
  394. Урок 394. 00:05:34
    Writing Files to the Hard Drive
  395. Урок 395. 00:01:43
    Returning the Image Name
  396. Урок 396. 00:02:38
    Testing Image Conversion
  397. Урок 397. 00:03:24
    Opening the Image