登录
首页 » Java » Android-mp3

Android-mp3

于 2015-10-21 发布 文件大小:7351KB
0 180
下载积分: 1 下载次数: 7

代码说明:

  android 手机map3音乐播放器的demo,多个demo的集合(android demo of map player)

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

发表评论

0 个回复

  • lcIPC_SurfaceView
    surface,H264,解码,显示,网络流,播放(surface, H264)
    2013-08-06 10:18:16下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • AdvancedPAndroidPDevelopment
    详细讲解Andriod程序开发的环境搭建、实战开发;同时也有高级功能。(Explain in detail Andriod application development environment to build, combat development also has advanced features.)
    2013-07-01 16:27:46下载
    积分:1
  • android 广播的接收与送 service实现 附完整源码
    android 广播的接收与发送 service实现 附完整源码
    2013-04-20下载
    积分:1
  • 调度报告分析
    调度报告用户只能从日期和查看报告日期。他应该能够通过选择一个得到报告单选按钮 ;和数据应被认为在以下控件。对Excel按钮,一个Excel应生成。
    2022-10-24 17:00:03下载
    积分:1
  • AD可用QFN全系列封装lib
    AD10可用的QFN系列全品种的封装文件,已经做成lib,加载即可用
    2019-04-17下载
    积分:1
  • android 一个listview 显示不同的布局的item 实例源码下载
    android 一个listview 显示不同的布局的item 实例源码下载
    2015-04-01下载
    积分:1
  • struts2+spring+mybatis搭建好的空框架
    为了便于大家的开发及开发速度,该资源是struts2+spring+mybatis搭建好的空框架,适用于初学者,可快速搭建起一个ssm的项目。
    2022-03-31 18:59:57下载
    积分:1
  • pushbox
    安卓程序设计 小游戏 推箱子游戏,初级,适合看代码学习方法(Andrews programming game Sokoban game, junior, suitable to look at the code learning methods)
    2020-12-21 15:29:10下载
    积分:1
  • 安卓身份证读取模块
    安卓身份证读取模块
    2020-12-01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载