登录
首页 » Android » Android VideoView的控件播放视频简单例子

Android VideoView的控件播放视频简单例子

于 2022-05-10 发布 文件大小:60.83 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

Android VideoView的控件播放视频简单例子,这是最近在写一个Android项目时,需要用到视频播放的功能,索性直接使用了Android系统内自带的VideoView控件,对功能要求不太多,所以也可以满足应用,压缩包内包括了两个VideoView用法的例子:   public void onCreate(Bundle savedInstanceState)   {    super.onCreate(savedInstanceState);    setContentView(R.layout.main);    // 获取界面上VideoView组件    videoView = (VideoView) findViewById(R.id.video);    // 创建MediaController对象    mController = new MediaController(this);    File video = new File("/mnt/sdcard/test.mp4");    if(video.exists())    {    videoView.setVideoPath(video.getAbsolutePath());    // 设置videoView与mController建立关联    videoView.setMediaController(mController);    // 设置mController与videoView建立关联    mController.setMediaPlayer(videoView);    // 让VideoView获取焦点    videoView.requestFocus();    }   }

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

发表评论

0 个回复

  • android播放IPCamera的rtsp连接
    vlc-android播放网络视频成功
    2014-10-18下载
    积分:1
  • SensorTag android
    根据工程师所给的视屏一级代码做的一个读取SensorTag的代码,但是该SensorTag的ble协议栈是1.3的不是1.4的,即是旧defirmware,新的不知道为什么就是连不上
    2022-08-09 12:02:15下载
    积分:1
  • Android_ZXingDemoDemo20131113
    Android二维码自动扫描,扫描后显示二维码内容(Android dimensional code automatically scan, scan two-dimensional code display content)
    2020-09-18 16:37:55下载
    积分:1
  • dictionary
    android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。(Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combined with Android to discuss how to implement a Android version of the English dictionary. A lot of ways to realize the English dictionary. In this paper, we use the SQLite to save the English word information. The system through the SQLite to save the word information to find the corresponding Chinese information with the specified english.)
    2016-06-13 09:48:48下载
    积分:1
  • android 计算自己手机的屏幕宽高,density值,px 宽高,dp 的宽高,及px 和dp互转的实例源码下载
    android 计算自己手机的屏幕宽高,density值,px 宽高,dp 的宽高,及px 和dp互转的实例源码下载
    2014-08-31下载
    积分:1
  • 高仿360手机卫士界面android源码
    应用背景 高仿360手机卫士界面android源码,左右滑动效果,超炫。     关键技术
    2022-03-14 15:25:26下载
    积分:1
  • android Gallery实现异步加载网络图片实例完整源码下载(亲测通过)
    android Gallery实现异步加载网络图片实例完整源码下载(亲测通过)
    2014-05-14下载
    积分:1
  • Android版视频开发源代码
    Android版视频开发源代码,一个爱奇艺视频源代码,包含界面、Activity的切换,数据库的读取,内容详尽是开发Android的很好地案例代码。
    2022-11-08 17:05:03下载
    积分:1
  • Android TitleProgressBar一例 标题圆圈进度条
    Android TitleProgressBar标题栏处的圆圈进度条一例,是一个进度条,只是显示在Title标题栏处,这种形式也比较常见的。由测试图可看出,标题栏右侧显示一个圆形的进度条,这就是本例所表达的重点。
    2023-01-05 20:55:04下载
    积分:1
  • android 自绘switchButton
    android 自绘switchButton
    2014-01-10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载