登录
首页 » Android » Android 简单播放歌曲功能演示

Android 简单播放歌曲功能演示

于 2023-08-23 发布 文件大小:1.21 MB
0 152
下载积分: 2 下载次数: 1

代码说明:

Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   ImageButton start;//播放、暂停按钮   ImageButton stop;//停止按钮   ActivityReceiver activityReceiver;   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法    super.onCreate(savedInstanceState);    setContentView(R.layout.main);//设置当前的用户界面    start = (ImageButton) this.findViewById(R.id.start);//得到start的引用    stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用    start.setOnClickListener(this);//为按钮添加监听    stop.setOnClickListener(this);//为按钮添加监听    activityReceiver = new ActivityReceiver();//创建BroadcastReceiver    IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器    filter.addAction("wyf.ytl.update");//添加Action    registerReceiver(activityReceiver, filter);//注册监听    Intent intent = new Intent(this, MyService.class);//创建Intent    startService(intent);//启动后台Service   }

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

发表评论

0 个回复

  • 安卓NFC读卡器
    资源描述安卓NFC读卡器软件,能安装到手机上使用。
    2022-08-13 19:01:02下载
    积分:1
  • AuthenticatorDescription
    A Parcelable value type that contains information about an account authenticator for Andriod.
    2013-10-21 16:23:50下载
    积分:1
  • snqualifiedvowel
    说明:  该程序中包括为一个CDMA和OFDM的信道分配仿真程序,(This program includes a channel assignment emulator for CDMA and OFDM.)
    2019-03-28 13:55:03下载
    积分:1
  • mvp架构
    mvp架构,层次更加分明,presenter层同时持有view层和modle层的引用,modle层和view层之间是没有关系的,网络请求可以用volley或者是okhttp
    2022-08-26 10:19:08下载
    积分:1
  • Android.doc
    android 开发工具指南,里面有对安卓系统的介绍,文档不错,可以当作安卓开发的补充知识。(android tutorial)
    2013-07-02 20:47:02下载
    积分:1
  • 最全的OCR图像识别技术源码内有说明(附完整源码)
    tessdata是语言包 需要放到手机SD卡根目录tess-two是OCR引擎,需要导入到项目中(项目中已经导入)
    2014-11-23下载
    积分:1
  • LinkGame
    能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
    2019-04-03 15:34:59下载
    积分:1
  • 天气预报
    天气预报,类似墨迹天气的天气预报app的! 里面代码结构值得学习!
    2022-06-15 20:03:11下载
    积分:1
  • 安卓即时通信源码(支持文字 语音聊天)
    应用背景允许在因特网或局域网内的用户进行语音交流.你所需要的只是麦克和声卡.与其它因特网语音通讯软件不同,它对参与会话的人数没有限制(这取决于你的带宽),并且,语音延迟极小,因此能获得较好的沟通效果.英文界面.关键技术该IM软件适合中小型企业用户,支持单聊和群聊,提供文字、表情和图片的富文本实时聊天功能,支持多平台客户端同时登陆,以及各平台之间消息的同步推送。实属国产良心之作,github主页https://github.com/mogutt,官网http://tt.mogu.io/试用帐号javaapk.com 密码sdasda。
    2022-04-22 19:21:07下载
    积分:1
  • Android 签到系统源码
    Android 签到系统源码
    2016-02-29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载