登录
首页 » Java » MediaPlayer_Service

MediaPlayer_Service

于 2020-09-29 发布 文件大小:682KB
0 205
下载积分: 1 下载次数: 6

代码说明:

  MP3音乐播放器代码,主要实现从sd卡中读取MP3文件,界面有播放暂停,上一首,下一首四个按钮(MP3 music player code, the main implementation MP3 files, read the sd card interface are suspended, a song, a four button)

文件列表:

MediaPlayer_Service
...................\.classpath,364,2014-01-14
...................\.project,855,2014-01-14
...................\AndroidManifest.xml,904,2014-01-14
...................\assets
...................\bin
...................\...\AndroidManifest.xml,904,2014-01-14
...................\...\classes
...................\...\.......\com
...................\...\.......\...\demo
...................\...\.......\...\....\pr5_2
...................\...\.......\...\....\.....\BuildConfig.class,337,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service$1.class,832,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service$2.class,823,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service$3.class,823,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service$4.class,1235,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service$AudioVolumeChangeEvent.class,1282,2014-01-14
...................\...\.......\...\....\.....\MediaPlayer_Service.class,5203,2014-01-14
...................\...\.......\...\....\.....\MusicFilter.class,584,2014-01-14
...................\...\.......\...\....\.....\PlayerMag.class,373,2014-01-14
...................\...\.......\...\....\.....\PlayerService.class,3504,2014-01-14
...................\...\.......\...\....\.....\R$attr.class,328,2014-01-14
...................\...\.......\...\....\.....\R$drawable.class,435,2014-01-14
...................\...\.......\...\....\.....\R$id.class,821,2014-01-14
...................\...\.......\...\....\.....\R$layout.class,441,2014-01-14
...................\...\.......\...\....\.....\R$menu.class,393,2014-01-14
...................\...\.......\...\....\.....\R$string.class,518,2014-01-14
...................\...\.......\...\....\.....\R$style.class,383,2014-01-14
...................\...\.......\...\....\.....\R.class,589,2014-01-14
...................\...\.......\...\....\.....\SeekBarChangeEvent.class,1085,2014-01-14
...................\...\classes.dex,333804,2014-01-14
...................\...\MediaPlayer_Service.apk,162999,2014-01-14
...................\...\res
...................\...\...\drawable-hdpi
...................\...\...\.............\ic_action_search.png

...................\...\...\drawable-ldpi

...................\...\...\drawable-mdpi
...................\...\...\.............\ic_action_search.png

...................\...\...\drawable-xhdpi
...................\...\...\..............\ic_action_search.png

...................\...\resources.ap_,22248,2014-01-14
...................\gen
...................\...\com
...................\...\...\demo
...................\...\...\....\pr5_2
...................\...\...\....\.....\BuildConfig.java,156,2014-01-14
...................\...\...\....\.....\R.java,1975,2014-01-14

...................\libs
...................\....\android-support-v4.jar,349252,2014-01-14
...................\proguard-project.txt,781,2014-01-14
...................\project.properties,562,2014-01-14
...................\res
...................\...\drawable-hdpi


...................\...\drawable-ldpi

...................\...\drawable-mdpi


...................\...\drawable-xhdpi


...................\...\layout
...................\...\......\activity_file_list.xml,268,2014-01-14
...................\...\......\activity_media_player.xml,2178,2014-01-14
...................\...\menu
...................\...\....\activity_media_player.xml,203,2014-01-14
...................\...\values
...................\...\......\strings.xml,279,2014-01-14
...................\...\......\styles.xml,89,2014-01-14
...................\src
...................\...\com
...................\...\...\demo
...................\...\...\....\pr5_2
...................\...\...\....\.....\MediaPlayer_Service.java,6198,2014-01-14
...................\...\...\....\.....\PlayerService.java,3108,2014-01-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • f5信息隐写算法
    非常有用的f5隐写算法Java源代码。针对JPEG格式的信息隐写算法,算法执行时可以直接在DOS环境下,需要有一定的Java编程基础。
    2022-02-06 09:27:53下载
    积分:1
  • LDA主题模型最终版
    这是本人做科研研究用的LDA模型,项目中集成了分词系统,可针对单个文件、多个文件夹进行建模。输出结果生成4个文件.word(主题-特征词矩阵)、.theta文件(文档-主题矩阵,.phi的转置)、.phi文件(主题-文档矩阵)、.params文件(参数配置文件)。
    2022-04-23 08:26:26下载
    积分:1
  • 易信源代码
    易信开源代码易信开源代码易信开源代码
    2022-08-23 16:32:55下载
    积分:1
  • bookstore
    网上书店,实现了管理员和普通用户的功能,提供注册,添加删除等相关功能,以及购物车的功能。(Online bookstore, the manager and the general implementation of the function of the user to provide registration, add delete functionality, etc., as well as the shopping cart feature.)
    2009-04-06 13:07:27下载
    积分:1
  • ANE
    Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function. )
    2013-09-25 11:19:28下载
    积分:1
  • JAVA 游戏软件:机器人点灯
    设计思路: 1.在GUI图形界面上运行,进入游戏,直接进入第一关。 2.拖动工具栏的七个控件,将其移入Main或F1或F2里,使其排列出玩家想要机器人移动的步骤。 3.按下Go,机器人按照玩家在上述三个函数中设计好的步骤移动。按下Stop,机器人停止运动,并回到初始位置。 4.按下Reset,清楚本关的所有记录,重新开始本关游戏。 5.点击位于上部中间的选关,任意选择玩家想要进入的关数。 6.点击帮助/退出,帮助即显示所有控件按钮的作用,退出即结束游戏。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-16 10:02:27下载
    积分:1
  • Ethernzt-Athernet
    OMRON FINS 串口 以太网通讯协议软件原代码(The original Code of OMRON FINS Serial Ethernet Communication Protocol Software)
    2018-07-30 12:43:58下载
    积分:1
  • TakePhoto
    Take photo in android delphi app
    2021-02-19 22:49:43下载
    积分:1
  • 获取 android手机配置实例源码下载
    获取 android手机配置实例源码下载
    2014-12-23下载
    积分:1
  • Jadex shop实例完善
    资源描述一个基于Jadex平台的智能化软件开发程序实例shop,为shop实例添加商店界面,mysql数据库和增加了shop智能体的增删改查的功能。
    2022-06-20 02:33:48下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载