Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Kotlin Multiplatform Mobile, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:09:21
    Course Demo
  2. Урок 2. 00:01:51
    KMM vs KMP
  3. Урок 3. 00:08:17
    Getting Started with KMM
  4. Урок 4. 00:09:46
    Dependencies and BuildSrc
  5. Урок 5. 00:09:54
    Defining the Screens
  6. Урок 6. 00:08:48
    Passing Arguments when Navigating
  7. Урок 7. 00:08:01
    Why we are not sharing a ViewModel
  8. Урок 8. 00:03:08
    Why we are using Hilt for Dependency Injection
  9. Урок 9. 00:05:14
    Hilt Setup
  10. Урок 10. 00:09:52
    HiltViewModel
  11. Урок 11. 00:09:11
    Providing Dependencies (Hilt Modules)
  12. Урок 12. 00:09:41
    Ktor Setup (expect / actual)
  13. Урок 13. 00:05:47
    Ktor Demo
  14. Урок 14. 00:04:38
    Core Business Model
  15. Урок 15. 00:06:48
    Core Network Business Model
  16. Урок 16. 00:02:55
    Mapping to and from a Core Business Model
  17. Урок 17. 00:07:12
    Date Conversions
  18. Урок 18. 00:07:05
    Recipe Service
  19. Урок 19. 00:06:12
    Providing the Network Objects with Hilt
  20. Урок 20. 00:05:08
    Use-Cases Introduction
  21. Урок 21. 00:05:44
    DataState
  22. Урок 22. 00:04:20
    Provide SearchRecipes with Hilt
  23. Урок 23. 00:06:47
    GetRecipe Use-case
  24. Урок 24. 00:15:59
    SQL Delight Setup
  25. Урок 25. 00:04:57
    RecipeDatabase and expect actual
  26. Урок 26. 00:08:24
    Caching Service
  27. Урок 27. 00:05:53
    Mapping Recipe_Entity to Recipe
  28. Урок 28. 00:01:57
    Providing CacheService with Hilt
  29. Урок 29. 00:04:19
    Adding Caching to the Use-cases
  30. Урок 30. 00:02:28
    Introduction to Building the Android UI
  31. Урок 31. 00:14:07
    Theme, Colors, Fonts with Compose
  32. Урок 32. 00:10:25
    Coil for Displaying Images
  33. Урок 33. 00:07:43
    Recipe Card
  34. Урок 34. 00:12:40
    Display a List of Recipes
  35. Урок 35. 00:06:57
    Indeterminate Progress Bar
  36. Урок 36. 00:21:59
    Shimmer Animation
  37. Урок 37. 00:12:15
    Event-Driven UI
  38. Урок 38. 00:11:40
    Search Bar
  39. Урок 39. 00:06:29
    Executing a New Search
  40. Урок 40. 00:04:36
    Food Categories
  41. Урок 41. 00:07:46
    Horizontal Selectable Food Categories
  42. Урок 42. 00:07:28
    Tracking the Selected Category as State
  43. Урок 43. 00:08:55
    Recipe Detail Screen
  44. Урок 44. 00:08:56
    Recipe Detail State
  45. Урок 45. 00:03:46
    Recipe Detail Shimmer Animation
  46. Урок 46. 00:10:39
    Identifying the Problem
  47. Урок 47. 00:04:39
    Kotlin Queue
  48. Урок 48. 00:02:40
    Tracking Errors as State
  49. Урок 49. 00:09:35
    Error Dialogs
  50. Урок 50. 00:03:48
    Error Message Limitations
  51. Урок 51. 00:08:18
    Generic Message Info Builder
  52. Урок 52. 00:06:10
    GenericMessageInfo Mechanism
  53. Урок 53. 00:03:40
    Preventing Duplicate Dialogs
  54. Урок 54. 00:07:47
    Removing Dialogs from the Queue
  55. Урок 55. 00:04:48
    Updating GenericDialog
  56. Урок 56. 00:09:28
    Introduction to iOS Client
  57. Урок 57. 00:07:35
    xCode and SwiftUI
  58. Урок 58. 00:09:05
    Manual Dependency Injection
  59. Урок 59. 00:06:45
    Recipe List Screen Arguments
  60. Урок 60. 00:07:46
    Observable Objects in SwiftUI
  61. Урок 61. 00:07:43
    Updating State in Observable Objects
  62. Урок 62. 00:02:26
    Triggering Events in RecipeListViewModel
  63. Урок 63. 00:16:24
    Collecting a Flow on iOS
  64. Урок 64. 00:05:34
    Appending Recipes to State
  65. Урок 65. 00:12:46
    SwiftUI Pagination
  66. Урок 66. 00:08:21
    Capturing Input on iOS
  67. Урок 67. 00:10:33
    Update Query and Execute Search
  68. Урок 68. 00:04:52
    Food Category Chip on iOS
  69. Урок 69. 00:04:20
    Horizontal Scrollable List on iOS
  70. Урок 70. 00:05:56
    Selecting a Food Category
  71. Урок 71. 00:09:18
    Display Images Asynchronously in SwiftUI with SDWebImage
  72. Урок 72. 00:03:01
    Recipe Card on SwiftUI
  73. Урок 73. 00:06:09
    Navigation Link
  74. Урок 74. 00:02:32
    Navigation Link Work-around
  75. Урок 75. 00:01:40
    Progress View
  76. Урок 76. 00:06:14
    Recipe Detail ViewModel on iOS
  77. Урок 77. 00:05:47
    Get Recipe Use-case on iOS
  78. Урок 78. 00:07:55
    Recipe Detail View on iOS
  79. Урок 79. 00:04:07
    Custom Fonts with SwiftUI
  80. Урок 80. 00:05:08
    Using the Custom Font
  81. Урок 81. 00:06:12
    0 Alerts
  82. Урок 82. 00:10:41
    1 Handling Errors in Recipe List Screen
  83. Урок 83. 00:12:03
    2 Handling Errors in Recipe Detail Screen