1. Урок 1. 00:14:33
    Welcome to Class!
  2. Урок 2. 00:05:59
    Class Organization
  3. Урок 3. 00:11:09
    The Android Platform
  4. Урок 4. 00:06:40
    Installing the JDK (Java Development Kit)
  5. Урок 5. 00:05:02
    Installing the Android Studio IDE (Integrated Development Environment)
  6. Урок 6. 00:13:17
    Creating an Android Project
  7. Урок 7. 00:07:33
    Exploring the Android Studio Environment
  8. Урок 8. 00:04:19
    Android SDK (Software Development Kit) Manager / Tools
  9. Урок 9. 00:13:17
    Android Emulator (Creating an Android Virtual Device)
  10. Урок 10. 00:15:50
    Compiling and Running your first application (Hello World)
  11. Урок 11. 00:09:36
    Android Terms and XML
  12. Урок 12. 00:12:39
    The Activity Lifecycle
  13. Урок 13. 00:06:00
    The Android Manifest File
  14. Урок 14. 00:08:21
    Overview
  15. Урок 15. 00:11:02
    Creating Resources and Resource Types
  16. Урок 16. 00:05:41
    Accessing Resources
  17. Урок 17. 00:09:17
    Localization
  18. Урок 18. 00:14:22
    Creating an application that utilizes resources
  19. Урок 19. 00:07:49
    View and View Groups
  20. Урок 20. 00:09:12
    The Layout Editor
  21. Урок 21. 00:17:44
    Linear Layout
  22. Урок 22. 00:11:49
    Table Layout
  23. Урок 23. 00:06:11
    Grid Layout
  24. Урок 24. 00:14:58
    Relative Layout
  25. Урок 25. 00:22:38
    Constraint Layout
  26. Урок 26. 00:05:39
    Scroll View
  27. Урок 27. 00:12:31
    Adapter Views and Adaptors
  28. Урок 28. 00:17:01
    List View with Basic Adapter
  29. Урок 29. 00:18:36
    List View with Custom Adapter
  30. Урок 30. 00:10:53
    Spinners
  31. Урок 31. 00:16:03
    Grid View
  32. Урок 32. 00:08:18
    Image View
  33. Урок 33. 00:10:14
    Search View
  34. Урок 34. 00:05:28
    Edit Texts
  35. Урок 35. 00:04:53
    Text Views
  36. Урок 36. 00:10:05
    Radio Buttons
  37. Урок 37. 00:10:31
    CheckBoxes
  38. Урок 38. 00:09:48
    Buttons
  39. Урок 39. 00:10:22
    Progress Bar
  40. Урок 40. 00:15:59
    Menus
  41. Урок 41. 00:10:17
    Alert Dialog
  42. Урок 42. 00:12:32
    DatePicker
  43. Урок 43. 00:07:35
    DatePicker Dialog with Fragments
  44. Урок 44. 00:11:00
    TimePicker
  45. Урок 45. 00:06:40
    TimePicker Dialog with Fragments
  46. Урок 46. 00:09:04
    Shape and Selector
  47. Урок 47. 00:05:19
    Styles and Color
  48. Урок 48. 00:13:34
    Event Listeners (onClick, onKey, onTouch)
  49. Урок 49. 00:19:22
    Calculator Application
  50. Урок 50. 00:09:40
    Starting another activity
  51. Урок 51. 00:21:21
    Passing data between activities
  52. Урок 52. 00:16:02
    Passing an Object to Another Activity
  53. Урок 53. 00:10:06
    Getting a result from an activity
  54. Урок 54. 00:38:36
    Appointment Reminder Application (Part 1, The User Interface)
  55. Урок 55. 00:27:38
    Appointment Reminder Application (Part 2, Java source code)
  56. Урок 56. 00:20:41
    Overview
  57. Урок 57. 00:08:44
    LogCat
  58. Урок 58. 00:07:42
    Understanding the Call Stack
  59. Урок 59. 00:16:35
    The Android Studio Debugger
  60. Урок 60. 00:14:09
    Dalvik Debug Monitor Server (DDMS)
  61. Урок 61. 00:10:16
    The Android Debug Bridge Tool (ADB)
  62. Урок 62. 00:11:54
    Common Android Mistakes
  63. Урок 63. 00:11:43
    Overview and Declaring Permissions
  64. Урок 64. 00:11:57
    Requesting Permissions at Runtime
  65. Урок 65. 00:06:13
    Custom Permissions
  66. Урок 66. 00:10:33
    Adding permissions to an application
  67. Урок 67. 00:09:50
    Overview
  68. Урок 68. 00:07:23
    Shared Preferences
  69. Урок 69. 00:07:30
    Reading and Writing Shared Preferences
  70. Урок 70. 00:10:12
    Simple Shared Preferences Project
  71. Урок 71. 00:06:10
    Files and Directories in Android
  72. Урок 72. 00:15:27
    External and Internal Storage
  73. Урок 73. 00:18:46
    Internal Storage Reading/Writing application
  74. Урок 74. 00:13:05
    External Storage Reading/Writing Application
  75. Урок 75. 00:09:26
    Saving and Restoring Activity State
  76. Урок 76. 00:19:39
    Saving Activity State Using Bundle (Appointment Reminder)
  77. Урок 77. 00:22:29
    Relational Database Management Systems and Sqlite
  78. Урок 78. 00:10:28
    The SQLiteOpenHelper Class
  79. Урок 79. 00:09:56
    Creating Tables
  80. Урок 80. 00:14:06
    Querying for data and Cursors
  81. Урок 81. 00:06:59
    Inserting data
  82. Урок 82. 00:06:38
    Updating data
  83. Урок 83. 00:04:52
    Deleting data
  84. Урок 84. 00:15:57
    Simple Cursor Adapter and Loaders
  85. Урок 85. 00:25:48
    A Database Application (Part I)
  86. Урок 86. 00:20:32
    A Database Application (Part II)
  87. Урок 87. 00:15:53
    Overview
  88. Урок 88. 00:14:25
    System Content Providers (Built-In)
  89. Урок 89. 00:23:32
    Displaying your phone's contact data application
  90. Урок 90. 00:09:40
    Modifying a Content Providers Data
  91. Урок 91. 00:16:53
    Creating your own content provider
  92. Урок 92. 00:28:57
    Creating Your Own Content Provider Application (Part 1)
  93. Урок 93. 00:13:22
    Creating Your Own Content Provider Application (Part 2)
  94. Урок 94. 00:12:15
    Services
  95. Урок 95. 00:11:52
    Started Services
  96. Урок 96. 00:13:25
    Background and Foreground Services
  97. Урок 97. 00:19:44
    Bound Services
  98. Урок 98. 00:09:17
    Job Scheduler
  99. Урок 99. 00:19:23
    A Logging Service Application (Bound Service)
  100. Урок 100. 00:22:47
    Overview
  101. Урок 101. 00:18:53
    Receiving Broadcasts
  102. Урок 102. 00:15:50
    Custom Broadcasts
  103. Урок 103. 00:17:35
    Receiving System Broadcasts in the Logging Service Application
  104. Урок 104. 00:08:03
    Overview
  105. Урок 105. 00:24:45
    Notification Channels
  106. Урок 106. 00:14:40
    Creating Notifications
  107. Урок 107. 00:18:01
    Managing Notifications
  108. Урок 108. 00:08:19
    Custom Notifications
  109. Урок 109. 00:12:09
    Notification Badges
  110. Урок 110. 00:25:55
    Adding Notifications to the Logging Service Application
  111. Урок 111. 00:18:15
    Background Processing with Threads
  112. Урок 112. 00:15:58
    The AsyncTask class
  113. Урок 113. 00:21:47
    HTTP Networking
  114. Урок 114. 00:27:39
    Performing Network Operations
  115. Урок 115. 00:33:57
    Reading and Writing XML Part 1
  116. Урок 116. 00:14:35
    Reading and Writing XML Part 2
  117. Урок 117. 00:15:55
    Open Source Libraries
  118. Урок 118. 00:08:51
    Google Directions Application (Overview)
  119. Урок 119. 00:26:07
    Google Directions Application (Part 1)
  120. Урок 120. 00:27:26
    Google Directions Application (Part 2)
  121. Урок 121. 00:09:05
    Overview
  122. Урок 122. 00:10:50
    Installing, Adding to a Project, and Testing
  123. Урок 123. 00:15:36
    Accessing the APIs
  124. Урок 124. 00:03:57
    Verifying that Google Play Services is Installed
  125. Урок 125. 00:18:09
    Running a sample app that connects to the Google APIs
  126. Урок 126. 00:12:49
    Overview
  127. Урок 127. 00:10:29
    Obtaining User Location
  128. Урок 128. 00:14:35
    Getting Location Updates
  129. Урок 129. 00:13:34
    Geocoding
  130. Урок 130. 00:26:08
    An application that displays the current location (Part 1)
  131. Урок 131. 00:16:58
    An application that displays the current location (Part 2)
  132. Урок 132. 00:22:53
    Creating a Map
  133. Урок 133. 00:21:31
    Obtaining the Google API V3 Key
  134. Урок 134. 00:21:26
    Camera and View
  135. Урок 135. 00:14:56
    Drawing on a Map (Markers, Info Windows, Polylines, and Overlays)
  136. Урок 136. 00:29:16
    Adding Maps to the Google Directions Application
  137. Урок 137. 00:12:37
    Overview
  138. Урок 138. 00:16:30
    Features
  139. Урок 139. 00:18:25
    Adding Firebase to your app
  140. Урок 140. 00:11:05
    Authentication Overview
  141. Урок 141. 00:12:48
    Adding FirebaseUI Auth to an app
  142. Урок 142. 00:09:42
    Adding Firebase SDK Auth (Email) to an app
  143. Урок 143. 00:25:37
    An application that uses Firebase Auth SDK (Email)
  144. Урок 144. 00:11:43
    Signing in using Facebook
  145. Урок 145. 00:10:19
    Signing in using Google
  146. Урок 146. 00:21:30
    Realtime Database
  147. Урок 147. 00:21:17
    An app that uses a Firebase Realtime Database
  148. Урок 148. 00:08:47
    Firebase Tic Tac Toe (Overview)
  149. Урок 149. 00:19:32
    Firebase Tic-Tac-Toe App (Part 1, The User Interface)
  150. Урок 150. 00:29:04
    Firebase Tic-Tac-Toe App (Part 2, Choose Player Screen)
  151. Урок 151. 00:35:19
    Firebase Tic-Tac-Toe App (Part 3, The Game Screen)
  152. Урок 152. 00:17:47
    Overview
  153. Урок 153. 00:22:10
    Creating and using fragments
  154. Урок 154. 00:11:31
    Fragment Communication
  155. Урок 155. 00:13:19
    Supporting Different Screens and Platform versions
  156. Урок 156. 00:45:43
    Converting the Appointment Application to use Static Fragments
  157. Урок 157. 00:19:12
    Converting the Appointment Application to use Dynamic Fragments
  158. Урок 158. 00:07:55
    In-App Purchases
  159. Урок 159. 00:10:15
    Publishing your application in the Android Market
  160. Урок 160. 00:11:59
    Course Summary