Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete Android 10 & Kotlin Development Masterclass, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:17:09
    What you will learn in this course and how is it structured
  2. Урок 2. 00:00:58
    Thanks a lot for taking the course
  3. Урок 3. 00:04:24
    How to get most out of this course
  4. Урок 4. 00:00:59
    Introduction to the chapter
  5. Урок 5. 00:03:23
    Install Android Studio on Windows
  6. Урок 6. 00:03:31
    Install Android Studio on Mac
  7. Урок 7. 00:09:28
    Our first project - the ui and how to change the size of the text
  8. Урок 8. 00:09:05
    Setting up the Emulator
  9. Урок 9. 00:08:34
    Hello World
  10. Урок 10. 00:15:49
    People Counter App
  11. Урок 11. 00:05:50
    Testing The App On Your Phone
  12. Урок 12. 00:00:53
    Outro - Setup
  13. Урок 13. 00:01:29
    Introduction to the chapter
  14. Урок 14. 00:07:48
    Variables and difference between val and var
  15. Урок 15. 00:08:50
    Datatypes of numbers
  16. Урок 16. 00:06:49
    Datatypes bool, char and string
  17. Урок 17. 00:08:44
    Arithmetic Operators and why the type is important
  18. Урок 18. 00:08:36
    Comparison Operators
  19. Урок 19. 00:06:37
    assignment, incriment and decrement operators
  20. Урок 20. 00:11:38
    If Statements
  21. Урок 21. 00:03:54
    If Statements Part 2
  22. Урок 22. 00:12:33
    When Expressions - Including Exercises
  23. Урок 23. 00:07:35
    While Loop
  24. Урок 24. 00:03:27
    Do While Loop
  25. Урок 25. 00:03:43
    More On While Loops
  26. Урок 26. 00:05:15
    For Loops
  27. Урок 27. 00:13:19
    Functions - Parameters - Arguments and Return - Exercise Included
  28. Урок 28. 00:10:02
    Nullables In Kotlin
  29. Урок 29. 00:05:28
    Nullables - Elvis Operator - Not Null Assertion
  30. Урок 30. 00:01:30
    Summary - Kotlin Fundamentals I
  31. Урок 31. 00:01:24
    Introduction to the chapter
  32. Урок 32. 00:06:05
    Introduction to OOP
  33. Урок 33. 00:04:53
    Classes and Objects
  34. Урок 34. 00:07:10
    Classes And Initializers
  35. Урок 35. 00:05:15
    Scope And Shadowing
  36. Урок 36. 00:13:08
    Member Variables - Functions And Constructors
  37. Урок 37. 00:10:21
    Lateinit Plus Setters And Getters
  38. Урок 38. 00:08:54
    Data Classes
  39. Урок 39. 00:15:17
    Inheritance
  40. Урок 40. 00:11:15
    Interfaces
  41. Урок 41. 00:06:02
    Abstract Classes
  42. Урок 42. 00:07:51
    Typecasting
  43. Урок 43. 00:01:24
    Summary Of Classes And OOP
  44. Урок 44. 00:01:33
    Introduction to the chapter
  45. Урок 45. 00:05:49
    ArrayLists
  46. Урок 46. 00:04:37
    Lambda Expressions
  47. Урок 47. 00:10:55
    Visibility Modifiers - public - private- internal - protected and the keyword op
  48. Урок 48. 00:04:47
    Nested and Inner Classes
  49. Урок 49. 00:05:06
    Safe Cast and Unsafe Cast Operator
  50. Урок 50. 00:15:36
    Exception Handling With Try And Catch
  51. Урок 51. 00:01:33
    Summary Of This Chapter
  52. Урок 52. 00:01:32
    Introduction to the chapter
  53. Урок 53. 00:14:44
    Setting up the UI for the age calculator and how we can adjust the looks of our
  54. Урок 54. 00:14:45
    Adding more TextViews and understanding the difference of SP, DP and Pixels
  55. Урок 55. 00:05:06
    Finalizing the UI of our Age Calculator App
  56. Урок 56. 00:13:23
    Adding a DatePickerDialog and OnDateSetListener
  57. Урок 57. 00:11:18
    Using the selected Date to display it and looking into SimpleDateFormat and Date
  58. Урок 58. 00:10:14
    Finalizing The Age in Minutes App
  59. Урок 59. 00:01:17
    Summary - Age in Minutes App
  60. Урок 60. 00:01:07
    Introduction to the chapter
  61. Урок 61. 00:05:04
    What You Will Build In This Chapter
  62. Урок 62. 00:14:37
    Building the Calculator UI using LinearLayouts and layout_weight and onClick
  63. Урок 63. 00:06:01
    Using onClick And Implementing The CLR Functionality
  64. Урок 64. 00:05:09
    Adding The onDecimalPoint Function
  65. Урок 65. 00:08:06
    Adding The onOperatorFunctionality Using Contains And startsWith On Strings
  66. Урок 66. 00:13:00
    Adding Subtraction - Using Split And Substring Methods On Strings
  67. Урок 67. 00:10:17
    Adding The Missing Operations And Finalizing The App
  68. Урок 68. 00:01:07
    Summary Of The Calculator Chapter
  69. Урок 69. 00:03:03
    Introduction - Quiz App
  70. Урок 70. 00:07:34
    Preparing The Projects Style And Manifest
  71. Урок 71. 00:16:41
    Setting Up The UI Using Cardview And Disable The Statusbar
  72. Урок 72. 00:15:58
    Creating The Question Model And Preparing The Questions
  73. Урок 73. 00:09:47
    Setting Up The Question UI And Connecting The UI To The Model Part 2
  74. Урок 74. 00:12:57
    Setting Up The Question UI And Connecting The UI To The Model Part 1
  75. Урок 75. 00:20:37
    Adding The Button Functionality To The Questions Activity
  76. Урок 76. 00:16:31
    Selecting The Right And Wrong Answers And Displaying The Next Question
  77. Урок 77. 00:19:24
    DEMO - StartActivityForResult
  78. Урок 78. 00:06:43
    Preparing The UI For The Result Activity
  79. Урок 79. 00:15:10
    Final Touches And Sending Data Via Intent - putExtra
  80. Урок 80. 00:01:38
    Summary - Quiz App
  81. Урок 81. 00:03:01
    Introduction - Kids Drawing App
  82. Урок 82. 00:01:35
    What You Will Build In This Chapter
  83. Урок 83. 00:19:17
    Setting Up The Kids Drawing App - Drawing View Part 1
  84. Урок 84. 00:19:18
    Setting Up The Kids Drawing App - Drawing View Part 2
  85. Урок 85. 00:03:54
    Let The Lines Persist On The View
  86. Урок 86. 00:03:11
    Adding A Little Border Around The Canvas
  87. Урок 87. 00:05:33
    Preparing The BrushSizeSelector And How To Use DisplayMetrics
  88. Урок 88. 00:21:04
    Selecting The Brush Size From A Custom Dialog That We Created
  89. Урок 89. 00:19:02
    Adding The Color Pallet Using Custom Drawables That We Created
  90. Урок 90. 00:14:35
    Adding The Color Selection
  91. Урок 91. 00:09:34
    Adding The Background Image
  92. Урок 92. 00:05:28
    Adding The Gallery ImageButton To The UI
  93. Урок 93. 00:23:47
    Permissions Demo
  94. Урок 94. 00:08:24
    Snackbar - AlertDialog - CustomDialogs Demo Part 1
  95. Урок 95. 00:05:49
    CustomDialogs Demo Part 2
  96. Урок 96. 00:06:09
    Custom Progress Bar Dialogs
  97. Урок 97. 00:15:25
    Adding Permissionrequest To Our KidsDrawing App
  98. Урок 98. 00:10:17
    Selecting An Image From The Gallery Using It As A Background
  99. Урок 99. 00:05:32
    Adding An Undo Button And Functionality
  100. Урок 100. 00:08:37
    AsyncTask Demo - Do Something In The Background
  101. Урок 101. 00:13:50
    Adding A Provider - Path And An Image Sandwitch Maker
  102. Урок 102. 00:16:29
    Saving An Image On The Phone Using AsingTask and OutputStream
  103. Урок 103. 00:04:58
    Displaying The Custom Progress Dialog And onPreExecute
  104. Урок 104. 00:08:20
    Adding A Share Feature To Share The Image Via E-Mail - Whatsapp etc.
  105. Урок 105. 00:00:45
    Summary - Kids Drawing App
  106. Урок 106. 00:02:21
    Introduction to the chapter
  107. Урок 107. 00:01:53
    Structure of the App
  108. Урок 108. 00:20:38
    Setting up the UI
  109. Урок 109. 00:01:28
    How To Get Rid Of The Actionbar
  110. Урок 110. 00:12:51
    Adding The Exercise Screen - Intents And Customizing Our Toolbar
  111. Урок 111. 00:14:03
    Implementing Custom UI Elements For A Progressbar to Tick Counterclock Wise
  112. Урок 112. 00:07:25
    DEMO Timers
  113. Урок 113. 00:11:06
    Using CountDownTimers To Display The Seconds Remaining
  114. Урок 114. 00:14:19
    Challenge - Implementing The ExerciseTimer
  115. Урок 115. 00:14:37
    Adding The Model, Our Constants For The Exercises And Testing It Part 1
  116. Урок 116. 00:12:32
    Adding The Model, Our Constants For The Exercises And Testing It Part 1
  117. Урок 117. 00:06:34
    Adding The Upcoming Exercise Text To The RestView
  118. Урок 118. 00:08:27
    DEMO Text To Speech
  119. Урок 119. 00:15:25
    Adding Text To Speech To Our App
  120. Урок 120. 00:06:18
    Adding A Media Player To Play A Sound Once The Exercise Is Over
  121. Урок 121. 00:09:05
    Intro - RecyclerView
  122. Урок 122. 00:22:23
    DEMO - RecyclerView
  123. Урок 123. 00:06:29
    Preparing The RecyclerView For The Bottom To Display Exercise Numbers
  124. Урок 124. 00:11:15
    Creating Our Own Custom RecyclerViewAdapter And ViewHolder
  125. Урок 125. 00:13:46
    Displaying The RecyclerView With The Exercise Numbers
  126. Урок 126. 00:11:49
    Displaying At Witch Exercise We Currently Are
  127. Урок 127. 00:18:42
    Creating The Finish Activity
  128. Урок 128. 00:10:50
    Setting Up The CustomDialog For The BackButton
  129. Урок 129. 00:08:41
    Preparing The BMI Screen
  130. Урок 130. 00:20:33
    BMI Screen For The Metric System
  131. Урок 131. 00:09:01
    Adding Custom RadioGroups With Custom RadioButtons
  132. Урок 132. 00:18:20
    Adding The US View Elements
  133. Урок 133. 00:02:12
    Difference Between View Gone And View Invisible
  134. Урок 134. 00:07:50
    Finalizing The BMI Calculator With The US System
  135. Урок 135. 00:09:00
    Adding The History UI And Activity
  136. Урок 136. 00:10:54
    SQLITE Demo Part 1 - Overview Of The Project And UI
  137. Урок 137. 00:14:48
    SQLITE DEMO Part 2 - Primary Key, How To Create a Table And Datatypes in SQLite
  138. Урок 138. 00:16:42
    SQLITE DEMO Part 3 - The Database Class - How Tables Work - CRUD Operations etc.
  139. Урок 139. 00:18:58
    SQLITE DEMO Part 4 - Checking the SQL Database on the Deveice Outside Of the App
  140. Урок 140. 00:14:21
    Adding The SqliteOpenHelper And Storing Date In The DB
  141. Урок 141. 00:11:25
    Reading The Database Entries And Preparing The Listview Item Layout
  142. Урок 142. 00:15:25
    Adding The RecyclerView And Finishing The App
  143. Урок 143. 00:01:56
    Summary - 7 Minutes Workout App
  144. Урок 144. 00:01:54
    Introduction to the chapter
  145. Урок 145. 00:01:51
    Concept of the App
  146. Урок 146. 00:14:28
    Setting Up The Happy Places App
  147. Урок 147. 00:15:07
    Adding The Add HappyPlaceActivity and using dimens, string, color
  148. Урок 148. 00:11:24
    Adding Calendar Picker And Populate Our Date Edit Text
  149. Урок 149. 00:05:16
    Using Third Party Libraries
  150. Урок 150. 00:19:48
    Using The Third Party Library DEXTER For Permission Handling
  151. Урок 151. 00:12:50
    DEMO - Taking Images With The Camera App and Using It In Our App
  152. Урок 152. 00:09:10
    Adding The Gallery Picking Functionality
  153. Урок 153. 00:05:32
    Adding Camera Picking Functionality
  154. Урок 154. 00:11:37
    Storing The Images On The Device
  155. Урок 155. 00:13:34
    Preparing The Database Handler And Creating Our Happy Place Model
  156. Урок 156. 00:08:00
    Saving A Happy Place Via SQLite
  157. Урок 157. 00:11:53
    Reading The Data From Our Local DB
  158. Урок 158. 00:04:24
    Preparing The RecyclerView
  159. Урок 159. 00:18:56
    Using A Third Party Library For Nice Rounded Images
  160. Урок 160. 00:07:34
    Adding ActivityForResult In Order To Update The List Dynamically
  161. Урок 161. 00:14:47
    Adding An OnClickListener To RecyclerView Element - Best Practice
  162. Урок 162. 00:11:54
    Passing Whole Objects from One Activity To Another - Serializable vs Parcalable
  163. Урок 163. 00:18:15
    Adding Swipe To Edit Functionality using ItemTouchHelper
  164. Урок 164. 00:09:11
    Fixing The Updating Duplication Bug
  165. Урок 165. 00:10:35
    Adding Swipe To Delete Functionality
  166. Урок 166. 00:19:03
    Using The Google Places API
  167. Урок 167. 00:07:35
    Adding a Map Intent
  168. Урок 168. 00:16:26
    Displaying A Marker On The Map And Zooming In With An Animation
  169. Урок 169. 00:11:16
    Adding The Select Current Location Button And Permissions
  170. Урок 170. 00:15:25
    Getting The Users Location
  171. Урок 171. 00:21:47
    Getting The Address From The Latitude And Longitude
  172. Урок 172. 00:01:21
    Summary - Happy Places
  173. Урок 173. 00:01:08
    Introduction - Weather App
  174. Урок 174. 00:07:49
    JSON And Tools - Introduction
  175. Урок 175. 00:16:47
    DEMO - Downloading A Website And Its Text in Android
  176. Урок 176. 00:10:47
    How Read And Use JSON Objects
  177. Урок 177. 00:07:39
    Sending Post Requests
  178. Урок 178. 00:09:33
    Using The GSON Library to Make Working With JSON Easier
  179. Урок 179. 00:08:09
    Introduction To OpenWeatherMap And General Overview
  180. Урок 180. 00:10:03
    Preparing The Project And Checking If Location Provider Is Turned On
  181. Урок 181. 00:11:48
    Preparing Permissionrequests Using Dexter
  182. Урок 182. 00:12:36
    Preparing the Internet Connection For RETROFIT And The API Calls
  183. Урок 183. 00:11:22
    Preparing The Models Based On The API
  184. Урок 184. 00:23:19
    Creating The API Call with Retrofit and Getting A Response
  185. Урок 185. 00:08:21
    Creating A Custom Dialog And Testing Different Internet Speeds
  186. Урок 186. 00:19:42
    Adding The UI And Setting It Up
  187. Урок 187. 00:11:37
    Adding The Sunrise And Sunset Time
  188. Урок 188. 00:05:04
    Changing The UI Depending On The Weather Data From The API
  189. Урок 189. 00:07:43
    Adding A Refresh Button In The Menu
  190. Урок 190. 00:12:26
    Storing The Data Via SharedPreferences And Preloading It
  191. Урок 191. 00:02:19
    Summary - Weather App
  192. Урок 192. 00:03:05
    Introduction to the chapter
  193. Урок 193. 00:02:04
    Concept of the App
  194. Урок 194. 00:15:29
    Setting Up The Splashscreen, Using Custom Fonts And How To Find Them
  195. Урок 195. 00:12:35
    Setting Up The Intro Screen And Moving To It After 2 Second
  196. Урок 196. 00:15:52
    Designing The SignUp Activity
  197. Урок 197. 00:21:23
    Challenge - Seting Up The SignIn Activity
  198. Урок 198. 00:12:52
    Setting Up The BaseActivity For Reuse Functions
  199. Урок 199. 00:12:00
    Preparing The Signup Feature in Firebase And In The App
  200. Урок 200. 00:13:05
    Registering The User Via Email in Firebase
  201. Урок 201. 00:12:47
    Signing In The User
  202. Урок 202. 00:12:16
    Using The FireStore Database to Store The User Details Part 1
  203. Урок 203. 00:07:44
    Using The FireStore Database to Store The User Details Part 2
  204. Урок 204. 00:05:34
    Signing In And Getting The User Data
  205. Урок 205. 00:14:34
    Auto Login
  206. Урок 206. 00:14:09
    Preparing The XML For The Drawer And Navigation Part 1
  207. Урок 207. 00:13:04
    Preparing The XML For The Drawer And Navigation Part 2
  208. Урок 208. 00:13:19
    Adding The Drawer Functionality In Code
  209. Урок 209. 00:12:40
    Loading The Image And Username To Display It In The Drawer
  210. Урок 210. 00:07:49
    Preparing The Profile Screen
  211. Урок 211. 00:16:57
    Populating The Profile Activity With User Data
  212. Урок 212. 00:19:07
    Image Chooser For The Profile Image
  213. Урок 213. 00:17:51
    Uploading An Image To Storage
  214. Урок 214. 00:05:41
    Updating the User Data Via HashMap In The FireStore Database
  215. Урок 215. 00:09:12
    Updating The MainActivit Profile Details via ActivityForResult
  216. Урок 216. 00:06:46
    The Create Board Activity
  217. Урок 217. 00:16:04
    Select A Board Image
  218. Урок 218. 00:13:31
    Creating A Board Image
  219. Урок 219. 00:22:52
    Creating A Board
  220. Урок 220. 00:17:55
    Creating The Board In The Firestore Database
  221. Урок 221. 00:04:03
    Preparing The Boards Recyclerview Adapter And UI Elements
  222. Урок 222. 00:05:52
    Loading The Boards Into The Recyclerview
  223. Урок 223. 00:16:25
    Updating The BoardsList After Creating A New Board
  224. Урок 224. 00:16:09
    The TasklistActivity
  225. Урок 225. 00:21:48
    Loading The Board in The TaskListActivity
  226. Урок 226. 00:16:30
    Preparing The Tasklist Adapter
  227. Урок 227. 00:12:19
    Creating Lists Inside A Board
  228. Урок 228. 00:14:40
    Creating A List Inside A Board Part 2
  229. Урок 229. 00:20:52
    Editing And Deleting Lists
  230. Урок 230. 00:09:24
    Adding The Cards To Lists
  231. Урок 231. 00:07:33
    Displaying The Cards
  232. Урок 232. 00:08:34
    Preparing The MembersActivity
  233. Урок 233. 00:15:43
    Creating The Member Item And The Toolbar
  234. Урок 234. 00:12:22
    Fetching And Displaying The Members Of A Board
  235. Урок 235. 00:22:30
    Adding New Members - UI
  236. Урок 236. 00:11:00
    Adding A New Member To A Board - Logic
  237. Урок 237. 00:15:48
    Reloading The Board Details On Change
  238. Урок 238. 00:11:35
    Adding A Detail Screen For Cards
  239. Урок 239. 00:08:18
    Loading Card Details To Set The Title Of The Card
  240. Урок 240. 00:18:46
    Adding The Delete Card Menu Icon ANd Populating The EditText Of The Card
  241. Урок 241. 00:24:19
    Deleting Cards
  242. Урок 242. 00:10:02
    Preparing The Cards Color Dialog And Adapter
  243. Урок 243. 00:06:16
    Selecting The Color And Updating The Card
  244. Урок 244. 00:08:53
    Adding Colors To Our Cards
  245. Урок 245. 00:23:15
    Passing The Memberslist To The Card
  246. Урок 246. 00:18:50
    Preparing And Displaying The Card Members Dialog
  247. Урок 247. 00:11:46
    Prepare The Add Members Feature
  248. Урок 248. 00:14:01
    Finish The Add Members Feature
  249. Урок 249. 00:10:48
    Displaying The Assigned Users Per Card On The List Level
  250. Урок 250. 00:05:30
    Adding A Due Date To The App
  251. Урок 251. 00:14:11
    Adding The Drag And Drop Feature
  252. Урок 252. 00:19:55
    Preparing The Notification Feature
  253. Урок 253. 00:14:18
    Adding The Token To The DB
  254. Урок 254. 00:27:13
    Adding The Notifications Part 1
  255. Урок 255. 00:13:44
    Final Steps For The Notification Feature
  256. Урок 256. 00:01:43
    Outro
  257. Урок 257. 00:02:03
    Thanks a lot for taking the course