文件名称:Android_Services-and-multi-threading
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的音乐播放器程序
该程序能够:
1 使用Service 控制音乐播放;
2 按返回键关闭Activity 界面,音乐可继续播放;
3 重新打开Activity 界面,能重新获得对Service 的控制;
4 点击退出按钮,完全退出程序
5 使用Handler 更新UI,实时更新播放进度。
-A simple music player program, the program is able to: 1 Service control music playback 2 Press the Return key to close the Activity interface, music can continue playing reopen Activity interface, able to regain control of the Service, 4 Click Exit button 5 use Handler to update the UI completely exit the program and updated in real time playback progress.
该程序能够:
1 使用Service 控制音乐播放;
2 按返回键关闭Activity 界面,音乐可继续播放;
3 重新打开Activity 界面,能重新获得对Service 的控制;
4 点击退出按钮,完全退出程序
5 使用Handler 更新UI,实时更新播放进度。
-A simple music player program, the program is able to: 1 Service control music playback 2 Press the Return key to close the Activity interface, music can continue playing reopen Activity interface, able to regain control of the Service, 4 Click Exit button 5 use Handler to update the UI completely exit the program and updated in real time playback progress.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ex07\.classpath
....\.project
....\AndroidManifest.xml
....\bin\classes\com\Android\ex07\Controler$1$1.class
....\...\.......\...\.......\....\Controler$1.class
....\...\.......\...\.......\....\Controler$2.class
....\...\.......\...\.......\....\Controler$3.class
....\...\.......\...\.......\....\Controler$4.class
....\...\.......\...\.......\....\Controler.class
....\...\.......\...\.......\....\Ex07Activity$1.class
....\...\.......\...\.......\....\Ex07Activity$2.class
....\...\.......\...\.......\....\Ex07Activity$3.class
....\...\.......\...\.......\....\Ex07Activity$4.class
....\...\.......\...\.......\....\Ex07Activity.class
....\...\.......\...\.......\....\MService$MBinder.class
....\...\.......\...\.......\....\MService.class
....\...\.......\...\.......\....\R$attr.class
....\...\.......\...\.......\....\R$drawable.class
....\...\.......\...\.......\....\R$id.class
....\...\.......\...\.......\....\R$layout.class
....\...\.......\...\.......\....\R$string.class
....\...\.......\...\.......\....\R.class
....\...\classes.dex
....\...\Ex07.apk
....\...\res\drawable-hdpi\ic_launcher.png
....\...\...\.........ldpi\ic_launcher.png
....\...\...\.........mdpi\ic_launcher.png
....\...\resources.ap_
....\gen\com\Android\ex07\R.java
....\proguard.cfg
....\project.properties
....\res\drawable-hdpi\ic_launcher.png
....\...\.........ldpi\ic_launcher.png
....\...\.........mdpi\ic_launcher.png
....\...\layout\main.xml
....\...\values\strings.xml
....\src\com\Android\ex07\Controler.java
....\...\...\.......\....\Ex07Activity.java
....\...\...\.......\....\MService.java
....\bin\classes\com\Android\ex07
....\...\.......\...\Android
....\gen\com\Android\ex07
....\src\com\Android\ex07
....\bin\classes\com
....\...\res\drawable-hdpi
....\...\...\drawable-ldpi
....\...\...\drawable-mdpi
....\gen\com\Android
....\src\com\Android
....\bin\classes
....\...\res
....\gen\com
....\res\drawable-hdpi
....\...\drawable-ldpi
....\...\drawable-mdpi
....\...\layout
....\...\values
....\src\com
....\assets
....\bin
....\gen
....\res
....\src
Ex07