Android Open Source - Development intent CMPE277Assgn5-AndroidApp-Services






Project Summary

This is CMPE 277 Assignment 4 to learn following things: 1.Usage of Service in different ways like Bind Intent Service or Normal Local Service. 2. To Understand Binding Service with different Parameters like BIND_WITH_ACTIVITY, BIND_AUTO_CREATE.

Web Site / Source Repository

CMPE277Assgn5-AndroidApp-Services is hosted in the following web site
https://github.com/devmaven/CMPE277Assgn5-AndroidApp-Services

If you think the Android project CMPE277Assgn5-AndroidApp-Services 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 CMPE277Assgn5-AndroidApp-Services.

ItemValue
Java File Count7
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 1 image files in CMPE277Assgn5-AndroidApp-Services. The names of the image files are listed as follows.

bg.png

The following screenshort is generated from the image listed above.

null

Java Source Files

CMPE277Assgn5-AndroidApp-Services has the following Java source files.

com.cmpe277Assgn5.services.BindIntentService.java
com.cmpe277Assgn5.services.ListImageFilesActivity.java
com.cmpe277Assgn5.services.ListPdfFilesActivity.java
com.cmpe277Assgn5.services.ListTextFilesActivity.java
com.cmpe277Assgn5.services.LocalService.java
com.cmpe277Assgn5.services.ServicesMainActivity.java
com.cmpe277Assgn5.utility.Constants.java