In this tutorial we will take a look into one of most important and commonly used Android concept called IntentService. This post explains how to use IntentService with example in Android..
Android-IntentService-Example is hosted in the following web site
https://github.com/javatechig/Android-IntentService-Example
If you think the Android project Android-IntentService-Example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-IntentService-Example.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Android-IntentService-Example has the following Java source files.
com.javatechig.intentserviceexample.ApplicationTest.java com.javatechig.intentserviceexample.DownloadResultReceiver.java com.javatechig.intentserviceexample.DownloadService.java com.javatechig.intentserviceexample.MyActivity.java