Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Android 12 Jetpack Compose Developer Course - From 0 To Hero, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:09
    Thanks for taking the course
  2. Урок 2. 00:04:23
    Intro to the chapter
  3. Урок 3. 00:06:15
    Installing Android Studio on Windows
  4. Урок 4. 00:03:31
    Install Android Studio on Mac
  5. Урок 5. 00:12:26
    Our first project - the UI and how to change the size of the text
  6. Урок 6. 00:08:45
    Setting up the Emulator
  7. Урок 7. 00:21:22
    People Counter App
  8. Урок 8. 00:03:00
    Testing The App On Your Phone
  9. Урок 9. 00:00:53
    Outro Setup
  10. Урок 10. 00:01:33
    Introduction to the chapter
  11. Урок 11. 00:09:34
    Variables and differences between val and var
  12. Урок 12. 00:08:50
    Datatypes of numbers
  13. Урок 13. 00:06:49
    Datatypes bool, char and string
  14. Урок 14. 00:03:24
    String Interpolation - String Templates
  15. Урок 15. 00:08:44
    Arithmetic Operators and why the type is important
  16. Урок 16. 00:08:36
    Comparison Operators
  17. Урок 17. 00:06:37
    assignment, incriment and decrement operators
  18. Урок 18. 00:11:38
    If Statements
  19. Урок 19. 00:03:54
    If Statements Part 2
  20. Урок 20. 00:12:33
    When Expressions - Including Exercises
  21. Урок 21. 00:07:35
    While Loop
  22. Урок 22. 00:03:27
    Do While Loop
  23. Урок 23. 00:03:43
    More On While Loops
  24. Урок 24. 00:05:15
    For Loops
  25. Урок 25. 00:04:33
    Break and Continue
  26. Урок 26. 00:13:19
    Functions - Parameters - Arguments and Return - Exercise Included
  27. Урок 27. 00:10:02
    Nullables In Kotlin
  28. Урок 28. 00:05:28
    Nullables - Elvis Operator - Not Null Assertion
  29. Урок 29. 00:01:30
    Summary - Kotlin Fundamentals I
  30. Урок 30. 00:01:24
    Introduction to the chapter
  31. Урок 31. 00:06:05
    Introduction to OOP
  32. Урок 32. 00:04:53
    Classes and Objects
  33. Урок 33. 00:07:10
    Classes And Initializers
  34. Урок 34. 00:05:15
    Scope And Shadowing
  35. Урок 35. 00:13:08
    Member Variables - Functions And Constructors
  36. Урок 36. 00:10:21
    Lateinit Plus Setters And Getters
  37. Урок 37. 00:08:54
    Data Classes
  38. Урок 38. 00:15:17
    Inheritance
  39. Урок 39. 00:11:15
    Interfaces
  40. Урок 40. 00:06:02
    Abstract Classes
  41. Урок 41. 00:07:51
    Typecasting
  42. Урок 42. 00:01:24
    Summary Of Classes And OOP
  43. Урок 43. 00:01:33
    Introduction to the chapter
  44. Урок 44. 00:02:20
    Overview Collections
  45. Урок 45. 00:16:18
    Arrays
  46. Урок 46. 00:09:20
    Lists
  47. Урок 47. 00:10:34
    Sets and Maps
  48. Урок 48. 00:05:49
    ArrayLists
  49. Урок 49. 00:04:37
    Lambda Expressions
  50. Урок 50. 00:10:55
    Visibility Modifiers - public - private- internal - protected and the keyword op
  51. Урок 51. 00:04:47
    Nested and Inner Classes
  52. Урок 52. 00:05:06
    Safe Cast and Unsafe Cast Operator
  53. Урок 53. 00:15:36
    Exception Handling With Try And Catch
  54. Урок 54. 00:01:33
    Summary Of This Chapter
  55. Урок 55. 00:02:37
    Compose Overview
  56. Урок 56. 00:08:20
    Composable Functions and Compose Activity
  57. Урок 57. 00:05:17
    Text Composable and Compose Preview
  58. Урок 58. 00:07:48
    A Simple Dog Profile Page - Column and Image Composable
  59. Урок 59. 00:15:53
    Compose Modifier and Row Element
  60. Урок 60. 00:03:01
    Adding Buttons and their Text
  61. Урок 61. 00:06:57
    Card and Vertical Scroll Composable
  62. Урок 62. 00:21:51
    ConstraintLayout in Jetpack Compose
  63. Урок 63. 00:21:05
    ConstraintLayout With Decoupled Api
  64. Урок 64. 00:04:52
    Kotlin For compose
  65. Урок 65. 00:13:47
    State and Recomposition - remember and rememberSaveable
  66. Урок 66. 00:01:22
    What we are going to build in this video - GMAIL APP UI
  67. Урок 67. 00:12:42
    Gmail design - AppBar Menu
  68. Урок 68. 00:17:34
    Gmail Design - Drawer Menu
  69. Урок 69. 00:12:28
    Gmail Design - Drawer Menu Part 2 - ScrollState and menuItems
  70. Урок 70. 00:11:47
    Gmail Design- Bottom Navigation bar
  71. Урок 71. 00:24:11
    GMail Design - Lazy Column
  72. Урок 72. 00:08:50
    Gmail App: Floating action button
  73. Урок 73. 00:23:18
    GMailApp - Account Dialog
  74. Урок 74. 00:22:47
    Gmail App -AccountDialog part 2
  75. Урок 75. 00:01:06
    Introduction
  76. Урок 76. 00:06:05
    Adding Navigation
  77. Урок 77. 00:12:27
    NavHost and NavController
  78. Урок 78. 00:13:02
    Adding data to TopNews
  79. Урок 79. 00:10:46
    Navigate with argument
  80. Урок 80. 00:11:11
    Displaying News Detail
  81. Урок 81. 00:14:27
    Adding AppBar and Formatting Date in Time Ago
  82. Урок 82. 00:04:04
    Understanding Bottom Bar Navigation
  83. Урок 83. 00:13:19
    Adding Bottom Navigation to the NewsApp Part 1
  84. Урок 84. 00:12:26
    Adding Bottom Navigation to the NewsApp Part 2
  85. Урок 85. 00:01:01
    Introduction
  86. Урок 86. 00:03:18
    Retrofit Overview
  87. Урок 87. 00:15:35
    Adding Retrofit to our App part 1
  88. Урок 88. 00:17:10
    Adding Retrofit to our App part 2
  89. Урок 89. 00:19:57
    Updating the TopNews with data from the Api
  90. Урок 90. 00:21:18
    Categories Screen with Scrollable Tab
  91. Урок 91. 00:11:55
    Setting up the Categories Article Card Composable
  92. Урок 92. 00:00:02
    BEFORE you watch - Categories Screen with Scrollable Tab - Working with state
  93. Урок 93. 00:07:56
    Displaying article by category on Category Screen
  94. Урок 94. 00:08:00
    Adding a header with HttpInterceptor to Retrofit
  95. Урок 95. 00:15:19
    Preparing the news source page
  96. Урок 96. 00:14:07
    Displaying news by Source
  97. Урок 97. 00:29:23
    Search Feature
  98. Урок 98. 00:02:30
    Introduction to MVVM
  99. Урок 99. 00:02:20
    Refactoring Overview
  100. Урок 100. 00:17:54
    Adding ViewModel and Coroutine to our News App part 1
  101. Урок 101. 00:22:41
    Adding ViewModel and Coroutine to our News App part 2
  102. Урок 102. 00:23:03
    Adding ViewModel and Coroutine to our News App part 3
  103. Урок 103. 00:19:21
    Loading and Error State