-
Урок 1.
00:01:59
Course Overview - Course Overview
-
Урок 2.
00:02:09
Introduction - Overview of Modules
-
Урок 3.
00:02:15
Introduction - Make the Most out of This Course
-
Урок 4.
00:01:45
Getting Familiar with Service - Module Overview
-
Урок 5.
00:01:26
Getting Familiar with Service - Building Blocks of Android - The Four Components
-
Урок 6.
00:03:12
Getting Familiar with Service - Introduction to Service
-
Урок 7.
00:01:16
Getting Familiar with Service - Types of Services
-
Урок 8.
00:02:33
Getting Familiar with Service - Scheduled Service - JobScheduler API
-
Урок 9.
00:02:18
Getting Familiar with Service - Started Service
-
Урок 10.
00:01:51
Getting Familiar with Service - Bound Service
-
Урок 11.
00:06:25
Getting Familiar with Service - Process, Main Thread, and Worker Thread
-
Урок 12.
00:03:17
Getting Familiar with Service - Summary of Threads and Processes
-
Урок 13.
00:02:12
Working with Started Service - Overview
-
Урок 14.
00:03:46
Working with Started Service - Starting and Stopping a Service
-
Урок 15.
00:02:17
Working with Started Service - Steps to Create a Started Service
-
Урок 16.
00:07:53
Working with Started Service - Let's Explore Started Service
-
Урок 17.
00:02:40
Working with Started Service - onStartCommand Return Flags
-
Урок 18.
00:03:24
Working with Started Service - Started Service by Default Works in Main Thread
-
Урок 19.
00:08:31
Working with Started Service - How to Use Started Service to Execute Long Operations
-
Урок 20.
00:01:12
Working with Started Service - Summary
-
Урок 21.
00:03:33
Creating Intent Service - Overview
-
Урок 22.
00:06:28
Creating Intent Service - Let's Explore Intent Service
-
Урок 23.
00:00:53
Creating Intent Service - Started Service vs. Intent Service
-
Урок 24.
00:02:39
Understanding Communication Flow Between Service and Activity - Problem Statement
-
Урок 25.
00:10:14
Understanding Communication Flow Between Service and Activity - Using ResultReceiver for Co
-
Урок 26.
00:09:25
Using BroadcastReceiver for Communication
-
Урок 27.
00:01:08
Understanding Communication Flow Between Service and Activity - Summary and References
-
Урок 28.
00:06:08
Getting Familiar with Bound Service - Overview
-
Урок 29.
00:04:23
Getting Familiar with Bound Service - Initial Project Setup
-
Урок 30.
00:13:09
Getting Familiar with Bound Service - Let's Explore Bound Service
-
Урок 31.
00:03:24
Bound Service Demo - Code Summary
-
Урок 32.
00:01:56
Various FLAGS for Binding
-
Урок 33.
00:03:08
Started Service vs. Bound Service
-
Урок 34.
00:08:13
Exploring Lifecycle of Started and Bound Service Visually
-
Урок 35.
00:02:38
Managing the Lifecycle of a Service - Lifecycle Summary
-
Урок 36.
00:05:21
Taking Care of Application Security
-
Урок 37.
00:04:52
Enhancing Application Security While Using Service
-
Урок 38.
00:02:55
Enhancing App Security with Service - Summary and References
-
Урок 39.
00:03:29
Overview of Inter-process Communication i.e. IPC
-
Урок 40.
00:02:15
Messenger and AIDL ( Android Interface Definition Language )
-
Урок 41.
00:03:18
Local Binder Cannot Be Used for IPC
-
Урок 42.
00:07:45
Initial Project Setup
-
Урок 43.
00:11:26
Using Messenger for Inter-process Communication
-
Урок 44.
00:08:39
Returning Data Back via IPC
-
Урок 45.
00:02:46
Messenger vs. AIDL - Which One to Choose
-
Урок 46.
00:00:47
Performing Inter-process Communication - Summary
-
Урок 47.
00:00:46
Performing Inter-process Communication - What Next