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