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.
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.
The following table is the detailed list of CMPE277Assgn5-AndroidApp-Services.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
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.
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