Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Communication-Mobile android
Title: android_service Download
 Description: This experiment to learn how to start a service in the activity start service order of the life cycle of which, and service through the broadcast mechanism to transfer data to a specific activity, transmission of data, of course with the An intent, and then receives the broadcast activity to read the intent of the data, according to the read data to update the activity of the UI. This article can be read online on how to update the activity through the service broadcast mechanism UI: http://www.pocketdigi.com/20110303/197.html need to pay attention to in the service class in the service class is inherited android framework The program will need to write the service in AndriodManiFest.xml register, similar to the method of registration and the registration of the activity. The activity of this program have two buttons and a TextView, 2 buttons are used to start the service and stop service, and then activtiy and service life cycle function in the background print out statements at the s
 Downloaders recently: [More information of uploader wuwei]
 To Search:
File list (Check if you may need any files):
Android开发历程_13(Service的使用).pdf
service
.......\.classpath
.......\.project
.......\.settings
.......\.........\org.eclipse.jdt.core.prefs
.......\AndroidManifest.xml
.......\assets
.......\bin
.......\...\AndroidManifest.xml
.......\...\classes
.......\...\.......\com
.......\...\.......\...\example
.......\...\.......\...\.......\service
.......\...\.......\...\.......\.......\BuildConfig.class
.......\...\.......\...\.......\.......\FisrtService.class
.......\...\.......\...\.......\.......\MainActivity$EndOnClickListener.class
.......\...\.......\...\.......\.......\MainActivity$MyReceiver.class
.......\...\.......\...\.......\.......\MainActivity$StartOnClickListener.class
.......\...\.......\...\.......\.......\MainActivity.class
.......\...\.......\...\.......\.......\R$attr.class
.......\...\.......\...\.......\.......\R$drawable.class
.......\...\.......\...\.......\.......\R$id.class
.......\...\.......\...\.......\.......\R$layout.class
.......\...\.......\...\.......\.......\R$menu.class
.......\...\.......\...\.......\.......\R$string.class
.......\...\.......\...\.......\.......\R$style.class
.......\...\.......\...\.......\.......\R.class
.......\...\classes.dex
.......\...\jarlist.cache
.......\...\res
.......\...\...\drawable-hdpi
.......\...\...\.............\ic_action_search.png
.......\...\...\.............\ic_launcher.png
.......\...\...\drawable-ldpi
.......\...\...\.............\ic_launcher.png
.......\...\...\drawable-mdpi
.......\...\...\.............\ic_action_search.png
.......\...\...\.............\ic_launcher.png
.......\...\...\drawable-xhdpi
.......\...\...\..............\ic_action_search.png
.......\...\...\..............\ic_launcher.png
.......\...\resources.ap_
.......\...\service.apk
.......\gen
.......\...\com
.......\...\...\example
.......\...\...\.......\service
.......\...\...\.......\.......\BuildConfig.java
.......\...\...\.......\.......\R.java
.......\ic_launcher-web.png
.......\libs
.......\....\android-support-v4.jar
.......\proguard-project.txt
.......\project.properties
.......\res
.......\...\drawable-hdpi
.......\...\.............\ic_action_search.png
.......\...\.............\ic_launcher.png
.......\...\drawable-ldpi
.......\...\.............\ic_launcher.png
.......\...\drawable-mdpi
.......\...\.............\ic_action_search.png
.......\...\.............\ic_launcher.png
.......\...\drawable-xhdpi
.......\...\..............\ic_action_search.png
.......\...\..............\ic_launcher.png
.......\...\layout
.......\...\......\activity_main.xml
.......\...\menu
.......\...\....\activity_main.xml
.......\...\values
.......\...\......\strings.xml
.......\...\......\styles.xml
.......\...\values-v11
.......\...\..........\styles.xml
.......\...\values-v14
.......\...\..........\styles.xml
.......\src
.......\...\com
.......\...\...\example
.......\...\...\.......\service
.......\...\...\.......\.......\FisrtService.java
.......\...\...\.......\.......\MainActivity.java
    

CodeBus www.codebus.net