登录
首页 » Android » 多媒体连接

多媒体连接

于 2022-02-07 发布 文件大小:4.54 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

多媒体连接,将android中的音乐,相机,视频等多媒体接口通过一个应用进行显示

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

发表评论

0 个回复

  • AbstractPoolEntry
    A pool entry for use by connection manager implementations for Andriod.
    2013-10-05 08:13:36下载
    积分:1
  • android 手机订餐系统
    android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
    2022-03-17 15:53:49下载
    积分:1
  • Android高仿微信朋友圈
    应用背景同最新版的Andorid微信朋友圈UI基本一直,已实现基本逻辑关键技术Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套Listview gridview  listview嵌套
    2022-10-21 15:30:05下载
    积分:1
  • AndroidCharacterTest
    Android Character Test for Linux.
    2014-06-19 10:18:53下载
    积分:1
  • Android 下拉列表选值初级实例
    Android 下拉列表选值初级实例,通过血型选择来练习下拉框的使用。   super.onCreate(savedInstanceState);   setContentView(R.layout.main);   m_TextView = (TextView) findViewById(R.id.TextView1);   m_Spinner = (Spinner) findViewById(R.id.Spinner1);   //将可选内容与ArrayAdapter连接   adapter = new ArrayAdapter(this, android.R.layout.simple_spinner_item, m_Countries);   //设置下拉列表的风格   adapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);   //将adapter添加到m_Spinner中   m_Spinner.setAdapter(adapter);   //添加Spinner事件监听   m_Spinner.setOnItemSelectedListener(new Spinner.OnItemSelectedListener() {    @Override    public void onItemSelected(AdapterView arg0, View arg1, int arg2, long arg3)    {    m_TextView.setText("你的血型是:" + m_Countries[arg2]);    //设置显示当前选择的项    arg0.setVisibility(View.VISIBLE);    }   });
    2022-05-08 04:35:25下载
    积分:1
  • Android 创建HttpPost对象 获取HTTP连接
    HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象   try {    HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);    if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功    String result = EntityUtils.toString(httpResponse.getEntity());//获得资源    result = result.replaceAll(" | | | ", "");//去掉信息中的回车和换行    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText(result);//为EditText设置内容    }   } catch (Exception e) {//捕获并打印异常    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息   }
    2022-03-21 18:06:57下载
    积分:1
  • Android 超高仿微信图片选择器
    模仿Android手机微信选择图片,有缓存的选择加载图片到内存中去,然后再所对应的的首界面进行显示,代码可以直接使用,没有任何的问题。
    2023-01-31 08:10:03下载
    积分:1
  • 蓝牙串口通信代码
    蓝牙串口通信,卓手机与Arduino之间采用蓝牙串口通讯,是很多智能装置和互动装置常用的控制方法,简单而有效,无需网络环境,很实用的技术。
    2022-02-01 01:58:27下载
    积分:1
  • android 侧边栏 翻页 导航 示例源码 效果不错
    android 侧边栏 翻页 导航
    2014-01-16下载
    积分:1
  • read and write WAV file (audio file)
    read and write Wav file (audio file). read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).
    2022-07-07 08:44:05下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载