Android Open Source - Development tutorial Android-IntentService-Example






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-IntentService-Example.

ItemValue
Java File Count4
Activity Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

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