Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Android App Development Bootcamp 2021 - Build a portfolio!, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:12:06
    Android Studio Setup - Windows & Mac
  2. Урок 2. 00:09:56
    Create a new project / Android Studio tour
  3. Урок 3. 00:08:49
    Run project on an Android Virtual Device (Emulator)
  4. Урок 4. 00:09:14
    Run project on a real Android device
  5. Урок 5. 00:05:30
    Make some changes to the app
  6. Урок 6. 00:02:08
    Closing a project / Creating a new one
  7. Урок 7. 00:04:03
    *Challenge* - The Motivational Quote App
  8. Урок 8. 00:04:53
    Challenge Solution
  9. Урок 9. 00:08:16
    Layout Files & XML
  10. Урок 10. 00:03:53
    The Android 'res' folder & layout file location
  11. Урок 11. 00:08:03
    Understanding XML Syntax
  12. Урок 12. 00:12:06
    Working with XML
  13. Урок 13. 00:10:15
    Planning the BMI Calculator Layout (and some final bits and bobs!)
  14. Урок 14. 00:12:44
    Building the layout
  15. Урок 15. 00:05:19
    Importing images
  16. Урок 16. 00:10:19
    Useful layout attributes: src, padding, margin, inputType
  17. Урок 17. 00:07:36
    Java Files & Programming Languages
  18. Урок 18. 00:08:55
    Starting to program: making the app do something
  19. Урок 19. 00:18:00
    *Programming Concept* - Variables
  20. Урок 20. 00:12:27
    Find your views: how the java files know what's in the layout file
  21. Урок 21. 00:06:56
    Click listeners: make the buttons do something
  22. Урок 22. 00:21:07
    *Programming Concept* - Methods
  23. Урок 23. 00:15:10
    Organising the code into methods & Variable Scope
  24. Урок 24. 00:06:49
    Capturing values from layout Views
  25. Урок 25. 00:10:44
    Using mathematical operators to calculate BMI & String/int conversions
  26. Урок 26. 00:18:13
    *Programming Concept* - Conditional Logic ("IF" statements)
  27. Урок 27. 00:19:41
    Finishing the BMI Calculator
  28. Урок 28. 00:04:03
    Put It All Together: Create your own simple calculation app
  29. Урок 29. 00:12:33
    Inches Converter Solution / Codealong
  30. Урок 30. 00:05:41
    Understanding Android Activities
  31. Урок 31. 00:14:17
    Building the home screen layout, introducing RelativeLayout
  32. Урок 32. 00:09:58
    App Dependencies & build.gradle first look
  33. Урок 33. 00:15:09
    CardView
  34. Урок 34. 00:05:19
    ScrollView
  35. Урок 35. 00:05:31
    Creating a new Activity
  36. Урок 36. 00:05:08
    The Android Manifest
  37. Урок 37. 00:09:34
    Intents - Moving to a new Activity
  38. Урок 38. 00:04:38
    ListView
  39. Урок 39. 00:18:45
    *Programming Concept* - Arrays
  40. Урок 40. 00:16:15
    *Programming Concept* - For Loops
  41. Урок 41. 00:03:19
    Creating the array for the Starter DIshes
  42. Урок 42. 00:08:23
    ArrayAdapter - Adapting our Array into Views
  43. Урок 43. 00:25:52
    *Programming Concept* - Classes & Objects
  44. Урок 44. 00:09:55
    Creating the 'Dish' class
  45. Урок 45. 00:11:40
    Working with a 'Dish' Array
  46. Урок 46. 00:09:30
    Creating a new Activity class from scratch - Main Courses screen
  47. Урок 47. 00:08:43
    *Review* - Intents, ListViews, Arrays, ArrayAdapters
  48. Урок 48. 00:12:49
    Implicit Intents - Moving to another app
  49. Урок 49. 00:04:00
    *Challenge* - Add The Desserts Screen
  50. Урок 50. 00:08:40
    Deserts Section Solution / Codealong
  51. Урок 51. 00:05:12
    Introduction to RecyclerViews
  52. Урок 52. 00:07:00
    Portfolio App: Project setup and adding dependencies
  53. Урок 53. 00:04:40
    Adding the RecyclerView to the layout
  54. Урок 54. 00:14:14
    Creating the RecyclerView item layout
  55. Урок 55. 00:11:04
    Make the 'Project' class
  56. Урок 56. 00:06:20
    Creating the 'Project' array
  57. Урок 57. 00:04:59
    Add the Drawables and use the IDs in java code
  58. Урок 58. 00:19:20
    *Programming Concept* - Inheritance
  59. Урок 59. 00:23:49
    *Programming Concept* - Override Methods
  60. Урок 60. 00:07:44
    Intro to Abstract & the 'toString()' method
  61. Урок 61. 00:12:48
    *Programming Concept* - Abstract classes and methods
  62. Урок 62. 00:06:18
    *Bonus Concept* - Polymorphism
  63. Урок 63. 00:11:23
    The RecyclerView Adapter and ViewHolder
  64. Урок 64. 00:15:57
    Completing the ProjectsAdapter and ProjectsViewHolder
  65. Урок 65. 00:08:12
    Finishing Touches Part 1 - Item margin, Image 'scaleType'
  66. Урок 66. 00:10:16
    Finishing Touches Part 2 - Card Corner Radius, Elevation, Text Styling
  67. Урок 67. 00:06:29
    The 'tools' namespace in the layout files
  68. Урок 68. 00:06:08
    *Challenge* - The Bucket List App
  69. Урок 69. 00:17:23
    Solution part 1: LinearLayout 'weight', 'View' widget, gradient drawable
  70. Урок 70. 00:21:22
    Solution part 2: RatingBar, 'style' first look, 'float' decimal variable type
  71. Урок 71. 00:23:12
    Solution part 3: 'float' vs 'double', @DrawableRes annotation, final bits
  72. Урок 72. 00:07:58
    Kotlin - Section Overview
  73. Урок 73. 00:09:04
    Creating a new Kotlin Project / First look at Kotlin code
  74. Урок 74. 00:19:49
    Why Kotlin?
  75. Урок 75. 00:11:39
    *Kotlin Foundations* - Variables
  76. Урок 76. 00:12:13
    Self-Promo App - Building the form layout
  77. Урок 77. 00:13:55
    TextInputLayout & TextInputEditText
  78. Урок 78. 00:08:26
    View references in Kotlin & Easier Button ClickListeners
  79. Урок 79. 00:14:26
    *Programming Concept* - Null
  80. Урок 80. 00:17:28
    *Kotlin Foundations* - Null Safety
  81. Урок 81. 00:08:23
    Declaring Class Variables/Properties in Kotlin
  82. Урок 82. 00:09:42
    Logcat
  83. Урок 83. 00:12:19
    Debugging
  84. Урок 84. 00:10:57
    Kotlinx - No more findViewById()
  85. Урок 85. 00:11:13
    Kotlin String Templates
  86. Урок 86. 00:18:26
    *Kotlin Foundations* - Functions
  87. Урок 87. 00:13:29
    *Programming Concept* - Access Level Modifiers
  88. Урок 88. 00:13:00
    Why access level modifiers are important
  89. Урок 89. 00:15:59
    Adding the Message Preview Activity
  90. Урок 90. 00:14:11
    Passing data to a new Activity
  91. Урок 91. 00:07:22
    Spinners & Kotlin Arrays
  92. Урок 92. 00:15:15
    *Kotlin Foundations* - Classes, Objects & Constructors
  93. Урок 93. 00:04:03
    *Kotlin Foundations* - Data Classes
  94. Урок 94. 00:08:48
    Creating the Message class
  95. Урок 95. 00:12:50
    *Programming Concept* - Serialization
  96. Урок 96. 00:02:37
    Retrieving a Serialized Object in a new Activity & Intro to 'Type Casting'
  97. Урок 97. 00:11:28
    Displaying our Message - Kotlin Raw Strings and One-Liner If Statements
  98. Урок 98. 00:07:44
    'lateinit' variables
  99. Урок 99. 00:10:06
    Implicit Intent - Send a Text Message
  100. Урок 100. 00:10:58
    String Resources
  101. Урок 101. 00:07:55
    Localization - Handling Different Languages
  102. Урок 102. 00:10:39
    Style & Color Resources - Changing the app theme colors
  103. Урок 103. 00:04:52
    Building Forms - Challenge Overview
  104. Урок 104. 00:11:27
    Building Forms Solution 1: Project Setup, Registration Form Layout
  105. Урок 105. 00:10:10
    Building Forms Solution 2: Registration Activity Code
  106. Урок 106. 00:14:09
    Building Forms Solution 3: Summary Screen
  107. Урок 107. 00:11:04
    Building Forms Styling 1: Remove the Toolbar, Backgrounds, Dark vs Light
  108. Урок 108. 00:09:13
    Building Forms Styling 2: Registration screen, app-wide font, 'Outlined Box'
  109. Урок 109. 00:09:22
    Building Forms Styling 3: Summary screen, finishing touches, extracting Strings
  110. Урок 110. 00:06:06
    Fragments & Bottom Navigation Bar - Section Overview
  111. Урок 111. 00:08:24
    Exploring the Bottom Navigation App Template
  112. Урок 112. 00:02:51
    Record Keeper - Project Setup
  113. Урок 113. 00:10:06
    ConstraintLayout 1 - Adding Constraints
  114. Урок 114. 00:09:50
    ConstraintLayout 2 - Opposing Constraints
  115. Урок 115. 00:12:45
    ConstraintLayout 3 - Match Constraints & Percentage Height/Width
  116. Урок 116. 00:03:57
    Adding a BottomNavigationView and Fragment Container in the layout
  117. Урок 117. 00:06:29
    Vector Assets - Adding icons to our app
  118. Урок 118. 00:04:29
    Menu Resource Files - Adding items to a BottomNavigationView