登录
首页 » Java » longdi

longdi

于 2016-05-21 发布 文件大小:2817KB
0 276
下载积分: 1 下载次数: 8

代码说明:

  Android应用源码技术成熟的隆笛音乐播放器是一款音乐播放器源码,应该说这个播放器太强大了,功能很多我的音乐、我的最爱、文件夹、查看歌手、查看专辑等等。 本项目UI设计的也很炫,可以换肤想设置哪种就设置哪种,项目中使用了现在特别火的slidemenu滑动效果和fragment。 项目中设置时间这一项感觉特别人性化可以在睡觉之前设置一下。可以扫描本地歌词,可以摇一摇换歌,可以自动下载歌词。(Android application source code technology mature lung flute music player is a music player source code, should say the player is too strong, the function a lot of my music, my favorite, folder, view artist, album view and so on. The UI design is also very Hyun, skin to which settings set which, the project used now special fire slidemenu sliding effects and the fragment. Items in the setting time this feeling is particularly humane can be set before going to bed. Can scan the local lyrics, you can shake a shake to change songs, you can automatically download the lyrics.)

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

发表评论

0 个回复

  • 对讲机的实现
    应用与铁路安全防护,需要硬件设备支持,使用厂家第三方的adk开发对讲机应用程序,同时有数传功能,对讲距离可以达到1公里以上,同时还有短信电话等功能的实现,属于铁路安全防护的一个开发项目原型产品
    2022-03-14 05:13:49下载
    积分:1
  • android 微信分享插件 源码下载
    调用phoneGap实现分享图片文字和视频等功能
    2014-12-31下载
    积分:1
  • 365MobileSecretary v1.0.6(365手机助手AIDL)
    资源描述   安卓项目   源码   365MobileSecretary v1.0.6(365手机助手AIDL)
    2022-08-11 19:13:46下载
    积分:1
  • LL1算法编译第一跟踪表
    应用背景在此代码中 src 我们实施合适的编译器为 LL1 算法。在该算法中,我们必须要计算第一次和遵循从语法表计算。在我们的项目中我们得到克 m er 文件从 txt 文件,以及系统的输入是 jc 文件。具有输入近 C 代码关键技术在3节的LL1算法必须解决。在1,我们必须找到第一个没有终端令牌。在2,我们必须找到的后续从第一。我在项目中,我们有一个扫描仪来寻找令牌。然后用一个解析器解析3节。
    2022-12-23 16:00:08下载
    积分: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
  • HTML 模版
    资源描述 HTML + CSS3 漂亮的前端网站模版,非常实用 非常的美丽 你只得拥有 HTML5 炫酷的特效一级内容展示
    2022-03-07 12:20:00下载
    积分:1
  • rtmp netty 流服务器
    【实例简介】基于netty4.0 实现的rtmp 协议demo 推拉流已经实现
    2021-06-14 00:31:34下载
    积分:1
  • C++ tcp即时聊天 例子
    C++ tcp即时聊天 例子
    2015-11-02下载
    积分:1
  • 课堂点名
    应用背景利用MVC开发的课堂点名系统,只是还没有完成只是部分代码仅供参考。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。关键技术.................................................................................
    2022-02-05 16:39:32下载
    积分:1
  • android仿微信聊天对话界面效果
    android仿微信聊天,主要功能以及界面分类主要功能以及界面分类(Android imitation WeChat chat, the main functions and interface classification, main functions and interface classification)
    2020-07-01 09:40:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载