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