Pluralsight - Android Services Fundamentals

seeders: 0
leechers: 1
Added 9 years ago by freezedude in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Pluralsight - Android Services Fundamentals (Size: 766.74 MB)
  01 - Course Overview - Course Overview.mp4 4.17 MB
  02 - Introduction - Overview of Modules.mp4 2.83 MB
  03 - Introduction - Make the Most out of This Course.mp4 2.99 MB
  04 - Getting Familiar with Service - Module Overview.mp4 2.14 MB
  05 - Getting Familiar with Service - Building Blocks of Android - The Four Components.mp4 1.75 MB
  06 - Getting Familiar with Service - Introduction to Service.mp4 4.26 MB
  07 - Getting Familiar with Service - Types of Services.mp4 1.75 MB
  08 - Getting Familiar with Service - Scheduled Service - JobScheduler API.mp4 3.5 MB
  09 - Getting Familiar with Service - Started Service.mp4 4.62 MB
  10 - Getting Familiar with Service - Bound Service.mp4 3.64 MB
  11 - Getting Familiar with Service - Process, Main Thread, and Worker Thread.mp4 8.44 MB
  12 - Getting Familiar with Service - Summary of Threads and Processes.mp4 5.05 MB
  13 - Working with Started Service - Overview.mp4 2.88 MB
  14 - Working with Started Service - Starting and Stopping a Service.mp4 4.87 MB
  15 - Working with Started Service - Steps to Create a Started Service.mp4 2.98 MB
  16 - Working with Started Service - Let's Explore Started Service.mp4 38.66 MB
  17 - Working with Started Service - onStartCommand Return Flags.mp4 8.97 MB
  18 - Working with Started Service - Started Service by Default Works in Main Thread.mp4 16.63 MB
  19 - Working with Started Service - How to Use Started Service to Execute Long Operations.mp4 45.12 MB
  20 - Working with Started Service - Summary.mp4 1.89 MB
  21 - Creating Intent Service - Overview.mp4 5.5 MB
  22 - Creating Intent Service - Let's Explore Intent Service.mp4 35.67 MB
  23 - Creating Intent Service - Started Service vs. Intent Service.mp4 1.28 MB
  24 - Understanding Communication Flow Between Service and Activity - Problem Statement.mp4 4.6 MB
  25 - Understanding Communication Flow Between Service and Activity - Using ResultReceiver for Communication.mp4 59.44 MB
  26 - Understanding Communication Flow Between Service and Activity - Using BroadcastReceiver for Communication.mp4 57.61 MB
  27 - Understanding Communication Flow Between Service and Activity - Summary and References.mp4 1.55 MB
  28 - Getting Familiar with Bound Service - Overview.mp4 13.33 MB
  29 - Getting Familiar with Bound Service - Initial Project Setup.mp4 25.67 MB
  30 - Getting Familiar with Bound Service - Let's Explore Bound Service.mp4 74.66 MB
  31 - Getting Familiar with Bound Service - Bound Service Demo - Code Summary.mp4 8.04 MB
  32 - Getting Familiar with Bound Service - Various FLAGS for Binding.mp4 5.33 MB
  33 - Getting Familiar with Bound Service - Started Service vs. Bound Service.mp4 5.73 MB
  34 - Managing the Lifecycle of a Service - Exploring Lifecycle of Started and Bound Service Visually.mp4 14.43 MB
  35 - Managing the Lifecycle of a Service - Lifecycle Summary.mp4 5.26 MB
  36 - Enhancing App Security with Service - Taking Care of Application Security.mp4 12.26 MB
  37 - Enhancing App Security with Service - Enhancing Application Security While Using Service.mp4 27.6 MB
  38 - Enhancing App Security with Service - Summary and References.mp4 6.69 MB
  39 - Performing Inter-process Communication - Overview of Inter-process Communication i.e. IPC.mp4 5.47 MB
  40 - Performing Inter-process Communication - Messenger and AIDL ( Android Interface Definition Language ).mp4 3.71 MB
  41 - Performing Inter-process Communication - Local Binder Cannot Be Used for IPC.mp4 17.39 MB
  42 - Performing Inter-process Communication - Initial Project Setup.mp4 50.35 MB
  43 - Performing Inter-process Communication - Using Messenger for Inter-process Communication.mp4 66.36 MB
  44 - Performing Inter-process Communication - Returning Data Back via IPC.mp4 45.86 MB
  45 - Performing Inter-process Communication - Messenger vs. AIDL - Which One to Choose.mp4 5.05 MB
  46 - Performing Inter-process Communication - Summary.mp4 1.03 MB
  47 - Performing Inter-process Communication - What Next.mp4 1.17 MB
  android-fundamentals-services
  1-android-fundamentals-services-m1-slides.pdf 70.3 KB
  2-android-fundamentals-services-m2-slides.pdf 375.96 KB
  3-android-fundamentals-services-m3-exercise-files
  __MACOSX
  demo
  ._.DS_Store 120 B
  after
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  before
  ._.DS_Store 120 B
  demo
  .DS_Store 6 KB
  after
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 149.14 KB
  fileSnapshots.bin 2.42 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.29 KB
  taskArtifacts.bin 133.68 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 38.31 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 629 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 830 B
  MyStartedService.java 2.46 KB
  res
  layout
  activity_main.xml 1010 B
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  before
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 149.14 KB
  fileSnapshots.bin 2.42 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.29 KB
  taskArtifacts.bin 133.68 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 38.31 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 583 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 571 B
  res
  layout
  activity_main.xml 1010 B
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  3-android-fundamentals-services-m3-slides.pdf 112.63 KB
  4-android-fundamentals-services-m4-exercise-files
  __MACOSX
  demo
  after
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  before
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  demo
  after
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 149.14 KB
  fileSnapshots.bin 2.42 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.29 KB
  taskArtifacts.bin 133.68 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 38.31 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 674 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 993 B
  MyIntentService.java 1.07 KB
  MyStartedService.java 2.42 KB
  res
  layout
  activity_main.xml 1.28 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  before
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 149.14 KB
  fileSnapshots.bin 2.42 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.29 KB
  taskArtifacts.bin 133.68 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 38.31 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 629 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 898 B
  MyStartedService.java 2.42 KB
  res
  layout
  activity_main.xml 1.28 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  4-android-fundamentals-services-m4-slides.pdf 95.97 KB
  5-android-fundamentals-services-m5-exercise-files
  __MACOSX
  demos
  after
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  before
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  demos
  after
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 150.24 KB
  fileSnapshots.bin 3.2 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.97 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 49.97 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 674 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 2.99 KB
  MyIntentService.java 1.35 KB
  MyStartedService.java 2.59 KB
  res
  layout
  activity_main.xml 1.91 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  before
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 150.24 KB
  fileSnapshots.bin 3.2 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 28.97 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 49.97 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 674 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 1.26 KB
  MyIntentService.java 1.17 KB
  MyStartedService.java 2.42 KB
  res
  layout
  activity_main.xml 1.91 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  5-android-fundamentals-services-m5-slides.pdf 92.17 KB
  6-android-fundamentals-services-m6-exercise-files
  __MACOSX
  demos
  after
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  before
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  demos
  after
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 150.95 KB
  fileSnapshots.bin 3.82 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 29.05 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 57.42 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 764 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 3.09 KB
  MyBoundService.java 756 B
  MyIntentService.java 1.35 KB
  MyStartedService.java 2.59 KB
  SecondActivity.java 2.25 KB
  res
  layout
  activity_main.xml 2.13 KB
  activity_second.xml 2.36 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  before
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 150.95 KB
  fileSnapshots.bin 3.82 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 29.05 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 57.42 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 719 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  MainActivity.java 3.1 KB
  MyBoundService.java 543 B
  MyIntentService.java 1.35 KB
  MyStartedService.java 2.59 KB
  res
  layout
  activity_main.xml 2.13 KB
  activity_second.xml 2.36 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  6-android-fundamentals-services-m6-slides.pdf 118.95 KB
  7-android-fundamentals-services-m7-slides.pdf 69.14 KB
  8-android-fundamentals-services-m8-slides.pdf 206.06 KB
  9-android-fundamentals-services-m9-exercise-files
  __MACOSX
  demos
  after
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  before
  ._.DS_Store 120 B
  app
  ._.DS_Store 120 B
  demos
  after
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 153.84 KB
  fileSnapshots.bin 4.27 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 29.05 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 79.57 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 969 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  activities
  MainActivity.java 3.47 KB
  MyBoundActivity.java 2.37 KB
  MyMessengerActivity.java 2.75 KB
  services
  MyBoundService.java 772 B
  MyIntentService.java 1.35 KB
  MyMessengerService.java 1.55 KB
  MyStartedService.java 2.6 KB
  res
  layout
  activity_main.xml 2.42 KB
  activity_messenger.xml 2.1 KB
  activity_second.xml 2.37 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  before
  .DS_Store 6 KB
  .gitignore 118 B
  .gradle
  2.14.1
  taskArtifacts
  cache.properties 30 B
  cache.properties.lock 17 B
  fileHashes.bin 153.84 KB
  fileSnapshots.bin 4.27 MB
  fileSnapshotsToTreeSnapshotsIndex.bin 29.05 KB
  taskArtifacts.bin 136.26 KB
  tasks
  _app_compileDebugJavaWithJavac
  localClassSetAnalysis
  localClassSetAnalysis.bin 79.57 KB
  localClassSetAnalysis.lock 17 B
  localJarClasspathSnapshot
  localJarClasspathSnapshot.bin 19.64 KB
  localJarClasspathSnapshot.lock 17 B
  app
  .DS_Store 6 KB
  .gitignore 7 B
  app.iml 12.77 KB
  build.gradle 882 B
  proguard-rules.pro 664 B
  src
  androidTest
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleInstrumentedTest.java 745 B
  main
  AndroidManifest.xml 969 B
  java
  com
  sriyanksiddhartha
  servicesdemo
  activities
  MainActivity.java 3.46 KB
  MyBoundActivity.java 2.37 KB
  MyMessengerActivity.java 759 B
  services
  MyBoundService.java 772 B
  MyIntentService.java 1.35 KB
  MyMessengerService.java 378 B
  MyStartedService.java 2.6 KB
  res
  layout
  activity_main.xml 2.42 KB
  activity_messenger.xml 2.1 KB
  activity_second.xml 2.37 KB
  mipmap-hdpi
  ic_launcher.png 3.34 KB
  mipmap-mdpi
  ic_launcher.png 2.15 KB
  mipmap-xhdpi
  ic_launcher.png 4.73 KB
  mipmap-xxhdpi
  ic_launcher.png 7.54 KB
  mipmap-xxxhdpi
  ic_launcher.png 10.24 KB
  values
  colors.xml 199 B
  dimens.xml 202 B
  strings.xml 73 B
  styles.xml 350 B
  values-w820dp
  dimens.xml 352 B
  test
  java
  com
  sriyanksiddhartha
  servicesdemo
  ExampleUnitTest.java 397 B
  build.gradle 498 B
  gradle
  wrapper
  gradle-wrapper.jar 52.38 KB
  gradle-wrapper.properties 233 B
  gradle.properties 730 B
  gradlew 4.85 KB
  gradlew.bat 2.35 KB
  local.properties 435 B
  settings.gradle 15 B
  9-android-fundamentals-services-m9-slides.pdf 136.24 KB
  ▲ 509 total files

Description


 Pluralsight - Android Services Fundamentals
Details:


Pluralsight - Android Services Fundamentals
Duration: 3h 14m | Video: h264, yuv420p 944x528 | Audio: aac, 44100 Hz, 2 ch | 735 MB
Genre: eLearning | Language: English | Project Files
A Service is an application component that can perform long-running operations in the background and does not provide a user interface. Another application component can start a Service and it will continue to run in the background even if the user switches to another application. In this course, Android Services Fundamentals, you’ll learn everything you need to know about a Service. First, you’ll explore Service, Threads, and Process. Next, you’ll discover Started Service, Intent Service, Bound Service, and lifecycle of the Services. Then, you’ll move on to Inter-process Communication. Finally, you’ll wrap up by learning how to use Messenger and AIDL for IPC. By the end of this course, you’ll have a very strong foundation on the topic of Service.
If This Torrent Helpful Please Support the Authors by Purchasing It!..  Thanx

Related Torrents

torrent name size uploader age seed leech
4
0
1
0
1