登录
首页 » Java » android 音乐播放实例源码

android 音乐播放实例源码

于 2014-03-14 发布
0 177
下载积分: 1 下载次数: 0

代码说明:

android 音乐播放实例源码

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

发表评论

0 个回复

  • Android ExpandableList 例子下载 列表
    Android ExpandableList 例子下载 列表
    2013-08-14下载
    积分:1
  • Android下使用Sqlite 增删改查功能,含数据库操作类【附源码】
        每个应用程序都要使用数据,Android应用程序也不例外,Android使用开源的、与操作系统无关的SQL数据库 --大名鼎鼎的SQLite。SQLite是一款轻量级数据库,它的设计目的是嵌入式,而且它占用的资源非常少,在嵌入式设备中,可能只需要几百KB,这也是 Android 系统采用 SQLite 数据库的原因之一吧。简介轻量级使用 SQLite 只需要带一个动态库,就可以享受它的全部功能,而且那个动态库的尺寸想当小。独立性SQLite 数据库的核心引擎不需要依赖第三方软件,也不需要所谓的“安装”。隔离性SQLite 数据库中所有的信息(比如表、视图、触发器等)都包含在一个文件夹内,方便管理和维护。跨平台SQLite 目前支持大部分操作系统,不至电脑操作系统更在众多的手机系统也是能够运行,比如:Android。多语言接口SQLite 数据库支持多语言编程接口。安全性SQLite 数据库通过数据库级上的独占性和共享锁来实现独立事务处理。这意味着多个进程可以在同一时间从同一数据库读取数据,但只能有一个可以写入数据。
    2013-02-23下载
    积分:1
  • android视频聊天源码下载(wifi)
    支持 wifi下  视频 语音聊天
    2015-03-10下载
    积分:1
  • Android应用源码高仿大众点评第二版
    含服务器端源码(php)、android客户端源码、数据库脚本等
    2015-06-24下载
    积分:1
  • Java框架springBoot企业级进销存ERP系统源码(含数据库脚本)
    Java框架springBoot企业级进销存ERP系统源码源码进销存源码项目描述该项目的架构搭建使用的是maven,后台是使用的是spring boot框架,数据库的CRUD使用的是注解的方式,权限管理使用的是shiro框架,前端使用的框架是jquery,bootstrap,highcharts4插件,主要有以下功能:用户管理、角色管理、日志管理、供应商管理、客户管理、商品管理、库存管理、进货/退货管理、商品报损,报溢管理、商品采购,销售统计、商品销售按日分析统计。运行环境jdk8 tomcat8 mysql IDEA maven项目技术Spring boot spring data jpa apache shiro bootstrap jquery highcharts4使用当今最火的java框架springBoot 本系统采用企业级开发标准,使用SpringBoot架构,数据访问层采用Spring Data Jpa,业务控制层采用SpringMvc,安全框架采用Shiro,实现了完整权限系统,Controller方法采用shiro注解,来实现有效的权限控制;界面采用了Easyui技术;本视频教程详细讲解了次系统的完整开发,亮点是SpringBoot的综合应用,以及权限系统的设计,以及基于Shiro的安全控制,以及Easyui的高级应用工具:eclipse mysql JDK tomcat技术:SpringBoot Spring Data Jpa SpringMvc Shiro安全认证 完整权限系统 easyui
    2020-04-26下载
    积分:1
  • multisim函数信号生器
    基于Multisim10的函数信号发生器 1. 信号频率范围 1Hz~100kHz; 2. 输出波形应有: 方波、三角波、正弦波
    2019-04-16下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • Android二维码扫描源码
    【实例简介】Android二维码扫描源码
    2021-11-16 00:32:59下载
    积分:1
  • Activity生命周期实例
    Activity生命周期实例
    2014-02-20下载
    积分:1
  • android java 通用代码,关于用properties存储打印Log 例子
    android java 通用代码,关于用properties存储打印Log 例子
    2014-09-17下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载