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

Android 简单播放歌曲功能演示

于 2023-08-23 发布 文件大小:1.21 MB
0 154
下载积分: 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 个回复

  • 发送短信应用程序
    发送短信应用程序描述你如何在安卓系统发送短信。在此应用程序中,你会知道两种方法来发送短信 1) 由意图 2) 由 SMS 管理器中。
    2022-02-11 19:44:50下载
    积分:1
  • android 下拉刷新,上拉加载,完美框架
    PullToRefreshDemo下拉刷新,上拉加载
    2014-10-11下载
    积分:1
  • android 判断双SD卡_CheckDoubleSDCard 例子源码
    android 判断双SD卡_CheckDoubleSDCard 例子源码
    2014-10-01下载
    积分:1
  • Android汽车状态检测
    通过OBD-ii接口,读取数据,在手机上显示
    2022-01-24 13:11:39下载
    积分:1
  • pglduisj
    这是一款Android平台下的仿苹果通信界面UI源码,目前只是来电界面,去电因为没法发送DTMF,没法实现拨号盘功能,所以去电界面没实现,另外具备免提切换按键功能,希望能给大家带来帮助。 (This is a Android platform imitation Apple communication UI interface source code, currently only incoming interface to electricity because can t send DTMF, can not realize dialing disk function, so to electrical interface is not achieved, it also possess the hands-free key function switching, hope can bring a help to everybody.)
    2016-05-25 19:17:39下载
    积分:1
  • DevsmartLib-Android
    Horizontal ListView的android布局使用例子,Android 水平Listview列表视图实例,有源码包和实例包,注释比较多,不过是英文的,使用ListView开发android应用时,这是个实用的技巧,闲暇时可参考下(Android layout Horizontal ListView using examples, Android Listview level list view instance, there are examples of packages and source packages, comment more, but in English, when using ListView android application development, this is a practical tips, refer to the following leisure)
    2014-04-21 09:42:07下载
    积分:1
  • DragButton
    Android的一个类似滑动解锁的拖拉式按钮(A drag button used on Android system)
    2012-02-24 11:34:29下载
    积分:1
  • PWP简洁大日历
     本项目是一个基于安卓的日程安排项目源码,打开应用直接就是一个日历,可以左划或者右划切换月份日期,直接点击就可以查看当天的日程安排。
    2023-06-01 04:20:03下载
    积分:1
  • android_usb_serial-master
    android host usb to serial converter example
    2013-10-21 12:35:16下载
    积分:1
  • 圆形菜单
    能够展开、收起的菜单特效!能直接运行。值得借鉴收藏!
    2022-03-05 04:00:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载