实例介绍
适合初学者观看
【实例截图】
【核心代码】
41ab5a24-134d-439d-98e8-fa965d98b820
└── 代码
├── InitActivity
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── io
│ │ │ └── vov
│ │ │ └── vitamio
│ │ │ ├── activity
│ │ │ │ ├── InitActivity$1.class
│ │ │ │ ├── InitActivity$UIHandler.class
│ │ │ │ └── InitActivity.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── EGL$ComponentSizeChooser.class
│ │ │ ├── EGL$EGLConfigChooser.class
│ │ │ ├── EGL$EGLContextFactory.class
│ │ │ ├── EGL$EGLWindowSurfaceFactory.class
│ │ │ ├── EGL$SimpleEGLConfigChooser.class
│ │ │ ├── EGL.class
│ │ │ ├── LibsChecker.class
│ │ │ ├── MediaFile$MediaFileType.class
│ │ │ ├── MediaFile.class
│ │ │ ├── MediaFormat.class
│ │ │ ├── MediaMetadataRetriever.class
│ │ │ ├── MediaPlayer$EventHandler.class
│ │ │ ├── MediaPlayer$OnBufferingUpdateListener.class
│ │ │ ├── MediaPlayer$OnCachingUpdateListener.class
│ │ │ ├── MediaPlayer$OnCompletionListener.class
│ │ │ ├── MediaPlayer$OnErrorListener.class
│ │ │ ├── MediaPlayer$OnHWRenderFailedListener.class
│ │ │ ├── MediaPlayer$OnInfoListener.class
│ │ │ ├── MediaPlayer$OnPreparedListener.class
│ │ │ ├── MediaPlayer$OnSeekCompleteListener.class
│ │ │ ├── MediaPlayer$OnTimedTextListener.class
│ │ │ ├── MediaPlayer$OnVideoSizeChangedListener.class
│ │ │ ├── MediaPlayer$TrackInfo.class
│ │ │ ├── MediaPlayer.class
│ │ │ ├── MediaScanner$FileCacheEntry.class
│ │ │ ├── MediaScanner$MyMediaScannerClient.class
│ │ │ ├── MediaScanner.class
│ │ │ ├── MediaScannerClient.class
│ │ │ ├── Metadata.class
│ │ │ ├── provider
│ │ │ │ ├── MediaStore$Audio$AudioColumns.class
│ │ │ │ ├── MediaStore$Audio$Media.class
│ │ │ │ ├── MediaStore$Audio.class
│ │ │ │ ├── MediaStore$InternalThumbnails.class
│ │ │ │ ├── MediaStore$MediaColumns.class
│ │ │ │ ├── MediaStore$Video$Media.class
│ │ │ │ ├── MediaStore$Video$Thumbnails.class
│ │ │ │ ├── MediaStore$Video$VideoColumns.class
│ │ │ │ ├── MediaStore$Video.class
│ │ │ │ ├── MediaStore.class
│ │ │ │ └── MiniThumbFile.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$raw.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── ThumbnailUtils.class
│ │ │ ├── utils
│ │ │ │ ├── Base64$Coder.class
│ │ │ │ ├── Base64$Decoder.class
│ │ │ │ ├── Base64$Encoder.class
│ │ │ │ ├── Base64.class
│ │ │ │ ├── ContextUtils.class
│ │ │ │ ├── CPU.class
│ │ │ │ ├── Crypto.class
│ │ │ │ ├── Device.class
│ │ │ │ ├── FileUtils.class
│ │ │ │ ├── IOUtils.class
│ │ │ │ ├── Log.class
│ │ │ │ ├── ScreenResolution.class
│ │ │ │ └── StringUtils.class
│ │ │ ├── VIntent.class
│ │ │ ├── Vitamio.class
│ │ │ ├── VitamioLicense.class
│ │ │ └── widget
│ │ │ ├── CenterLayout$LayoutParams.class
│ │ │ ├── CenterLayout.class
│ │ │ ├── MediaController$1.class
│ │ │ ├── MediaController$2.class
│ │ │ ├── MediaController$3.class
│ │ │ ├── MediaController$MediaPlayerControl.class
│ │ │ ├── MediaController$OnHiddenListener.class
│ │ │ ├── MediaController$OnShownListener.class
│ │ │ ├── MediaController.class
│ │ │ ├── OutlineTextView.class
│ │ │ ├── VideoView$1.class
│ │ │ ├── VideoView$2.class
│ │ │ ├── VideoView$3.class
│ │ │ ├── VideoView$4.class
│ │ │ ├── VideoView$5$1.class
│ │ │ ├── VideoView$5.class
│ │ │ ├── VideoView$6.class
│ │ │ ├── VideoView$7.class
│ │ │ ├── VideoView$8.class
│ │ │ ├── VideoView$9.class
│ │ │ └── VideoView.class
│ │ ├── initactivity.jar
│ │ ├── res
│ │ │ └── drawable-xhdpi
│ │ │ ├── mediacontroller_pause.png
│ │ │ ├── mediacontroller_play.png
│ │ │ ├── scrubber_control_disabled_holo.png
│ │ │ ├── scrubber_control_focused_holo.png
│ │ │ ├── scrubber_control_normal_holo.png
│ │ │ ├── scrubber_control_pressed_holo.png
│ │ │ ├── scrubber_primary_holo.9.png
│ │ │ ├── scrubber_secondary_holo.9.png
│ │ │ └── scrubber_track_holo_dark.9.png
│ │ └── R.txt
│ ├── build.gradle
│ ├── gen
│ │ └── io
│ │ └── vov
│ │ └── vitamio
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── libs
│ │ ├── armeabi
│ │ │ └── libvinit.so
│ │ └── armeabi-v7a
│ │ └── libvinit.so
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── README.md
│ ├── res
│ │ ├── drawable
│ │ │ ├── mediacontroller_button.xml
│ │ │ ├── scrubber_control_selector_holo.xml
│ │ │ └── scrubber_progress_horizontal_holo_dark.xml
│ │ ├── drawable-xhdpi
│ │ │ ├── mediacontroller_pause.png
│ │ │ ├── mediacontroller_play.png
│ │ │ ├── scrubber_control_disabled_holo.png
│ │ │ ├── scrubber_control_focused_holo.png
│ │ │ ├── scrubber_control_normal_holo.png
│ │ │ ├── scrubber_control_pressed_holo.png
│ │ │ ├── scrubber_primary_holo.9.png
│ │ │ ├── scrubber_secondary_holo.9.png
│ │ │ └── scrubber_track_holo_dark.9.png
│ │ ├── layout
│ │ │ └── mediacontroller.xml
│ │ ├── raw
│ │ │ └── libarm.so
│ │ └── values
│ │ ├── colors.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── io
│ └── vov
│ └── vitamio
│ ├── activity
│ │ └── InitActivity.java
│ ├── EGL.java
│ ├── LibsChecker.java
│ ├── MediaFile.java
│ ├── MediaFormat.java
│ ├── MediaMetadataRetriever.java
│ ├── MediaPlayer.java
│ ├── MediaScannerClient.java
│ ├── MediaScanner.java
│ ├── Metadata.java
│ ├── provider
│ │ ├── MediaStore.java
│ │ └── MiniThumbFile.java
│ ├── ThumbnailUtils.java
│ ├── utils
│ │ ├── Base64.java
│ │ ├── ContextUtils.java
│ │ ├── CPU.java
│ │ ├── Crypto.java
│ │ ├── Device.java
│ │ ├── FileUtils.java
│ │ ├── IOUtils.java
│ │ ├── Log.java
│ │ ├── ScreenResolution.java
│ │ └── StringUtils.java
│ ├── VIntent.java
│ ├── Vitamio.java
│ ├── VitamioLicense.java
│ └── widget
│ ├── CenterLayout.java
│ ├── MediaController.java
│ ├── OutlineTextView.java
│ └── VideoView.java
├── MobilePlayer
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── atguigu
│ │ │ │ └── mobileplayer
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── domain
│ │ │ │ │ └── VideoItem.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$raw.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── SplashActivity.class
│ │ │ │ ├── utils
│ │ │ │ │ └── Utils.class
│ │ │ │ ├── VideoListActivity$1.class
│ │ │ │ ├── VideoListActivity$2.class
│ │ │ │ ├── VideoListActivity$3.class
│ │ │ │ ├── VideoListActivity$VideoListAdapter.class
│ │ │ │ ├── VideoListActivity$ViewHolder.class
│ │ │ │ ├── VideoListActivity.class
│ │ │ │ ├── VideoPlayerActivity$1.class
│ │ │ │ ├── VideoPlayerActivity$2.class
│ │ │ │ ├── VideoPlayerActivity$3.class
│ │ │ │ ├── VideoPlayerActivity$4.class
│ │ │ │ ├── VideoPlayerActivity$5.class
│ │ │ │ ├── VideoPlayerActivity$6.class
│ │ │ │ ├── VideoPlayerActivity.class
│ │ │ │ ├── VitamioVideoPlayerActivity$1.class
│ │ │ │ ├── VitamioVideoPlayerActivity$2.class
│ │ │ │ ├── VitamioVideoPlayerActivity$3.class
│ │ │ │ ├── VitamioVideoPlayerActivity$4.class
│ │ │ │ ├── VitamioVideoPlayerActivity$5.class
│ │ │ │ ├── VitamioVideoPlayerActivity$6.class
│ │ │ │ └── VitamioVideoPlayerActivity.class
│ │ │ └── io
│ │ │ └── vov
│ │ │ └── vitamio
│ │ │ ├── R$color.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$raw.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ ├── classes.dex
│ │ ├── dexedLibs
│ │ │ ├── android-support-v4-dadad23e64e63110e1f00a0d0d1a6de2.jar
│ │ │ └── initactivity-06af4a717b38672986c7e9d4ddaf26c7.jar
│ │ ├── jarlist.cache
│ │ ├── MobilePlayer.apk
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── base_bg.png
│ │ │ │ ├── bg_player_bottom_control.9.png
│ │ │ │ ├── bg_player_bottom_seekbar.9.png
│ │ │ │ ├── btn_pause_normal.png
│ │ │ │ ├── btn_pause_pressed.png
│ │ │ │ ├── btn_play_normal.png
│ │ │ │ ├── btn_play_pressed.png
│ │ │ │ ├── btn_switch_normal.png
│ │ │ │ ├── btn_switch_pressed.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── login_icon.png
│ │ │ │ ├── progress_background.9.png
│ │ │ │ ├── progress_normal.png
│ │ │ │ ├── progress_secondaryprogress.png
│ │ │ │ ├── progress_thumb.png
│ │ │ │ └── video_default_icon.png
│ │ │ ├── drawable-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── resources.ap_
│ │ └── R.txt
│ ├── gen
│ │ ├── com
│ │ │ └── atguigu
│ │ │ └── mobileplayer
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ │ └── io
│ │ └── vov
│ │ └── vitamio
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ └── android-support-v4.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── drawable
│ │ │ ├── pause_bg.xml
│ │ │ ├── play_bg.xml
│ │ │ ├── progress_horizontal.xml
│ │ │ └── switch_player_bg.xml
│ │ ├── drawable-hdpi
│ │ │ ├── base_bg.png
│ │ │ ├── bg_player_bottom_control.9.png
│ │ │ ├── bg_player_bottom_seekbar.9.png
│ │ │ ├── btn_pause_normal.png
│ │ │ ├── btn_pause_pressed.png
│ │ │ ├── btn_play_normal.png
│ │ │ ├── btn_play_pressed.png
│ │ │ ├── btn_switch_normal.png
│ │ │ ├── btn_switch_pressed.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── login_icon.png
│ │ │ ├── progress_background.9.png
│ │ │ ├── progress_normal.png
│ │ │ ├── progress_secondaryprogress.png
│ │ │ ├── progress_thumb.png
│ │ │ └── video_default_icon.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── activity_splash.xml
│ │ │ ├── activity_videolist.xml
│ │ │ ├── activity_videoplayer.xml
│ │ │ ├── activity_vitamiovideoplayer.xml
│ │ │ ├── contron_player.xml
│ │ │ └── videolist_item.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-sw600dp
│ │ │ └── dimens.xml
│ │ ├── values-sw720dp-land
│ │ │ └── dimens.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ └── src
│ └── com
│ └── atguigu
│ └── mobileplayer
│ ├── domain
│ │ └── VideoItem.java
│ ├── SplashActivity.java
│ ├── utils
│ │ └── Utils.java
│ ├── VideoListActivity.java
│ ├── VideoPlayerActivity.java
│ └── VitamioVideoPlayerActivity.java
├── StartAllVideoPlayer
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ └── atguigu
│ │ │ └── startallvideoplayer
│ │ │ ├── BuildConfig.class
│ │ │ ├── MainActivity.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ ├── classes.dex
│ │ ├── dexedLibs
│ │ │ └── android-support-v4-a51c153903f86e3b7335d9071798113e.jar
│ │ ├── jarlist.cache
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── resources.ap_
│ │ └── StartAllVideoPlayer.apk
│ ├── gen
│ │ └── com
│ │ └── atguigu
│ │ └── startallvideoplayer
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ └── android-support-v4.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ └── activity_main.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-sw600dp
│ │ │ └── dimens.xml
│ │ ├── values-sw720dp-land
│ │ │ └── dimens.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ └── src
│ └── com
│ └── atguigu
│ └── startallvideoplayer
│ └── MainActivity.java
└── VitamioDemo
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── io
│ │ └── vov
│ │ └── vitamio
│ │ ├── demo
│ │ │ ├── BuildConfig.class
│ │ │ ├── MediaMetadataRetrieverDemo.class
│ │ │ ├── MediaPlayerDemo$1.class
│ │ │ ├── MediaPlayerDemo$2.class
│ │ │ ├── MediaPlayerDemo$3.class
│ │ │ ├── MediaPlayerDemo$4.class
│ │ │ ├── MediaPlayerDemo$5.class
│ │ │ ├── MediaPlayerDemo_Audio.class
│ │ │ ├── MediaPlayerDemo.class
│ │ │ ├── MediaPlayerDemo_setSurface.class
│ │ │ ├── MediaPlayerDemo_Video.class
│ │ │ ├── MediaPlayerSubtitle.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$raw.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── VideoSubtitleList.class
│ │ │ ├── VideoViewBuffer$1.class
│ │ │ ├── VideoViewBuffer.class
│ │ │ ├── VideoViewDemo$1.class
│ │ │ ├── VideoViewDemo.class
│ │ │ ├── VideoViewSubtitle$1.class
│ │ │ ├── VideoViewSubtitle$2.class
│ │ │ ├── VideoViewSubtitle.class
│ │ │ └── VitamioListActivity.class
│ │ ├── R$color.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$raw.class
│ │ ├── R$string.class
│ │ ├── R$style.class
│ │ └── R.class
│ └── R.txt
├── build.gradle
├── gen
│ └── io
│ └── vov
│ └── vitamio
│ ├── demo
│ │ ├── BuildConfig.java
│ │ └── R.java
│ └── R.java
├── ic_launcher-web.png
├── lint.xml
├── proguard-project.txt
├── project.properties
├── README.md
├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── ic_launcher.png
│ │ ├── mediacontroller_screen_fit.png
│ │ ├── mediacontroller_screen_size.png
│ │ ├── mediacontroller_sreen_size_100.png
│ │ └── mediacontroller_sreen_size_crop.png
│ ├── layout
│ │ ├── media_metadata.xml
│ │ ├── mediaplayer_1.xml
│ │ ├── mediaplayer_2.xml
│ │ ├── mediaplayer_3.xml
│ │ ├── subtitle1.xml
│ │ ├── subtitle2.xml
│ │ ├── videobuffer.xml
│ │ └── videoview.xml
│ ├── raw
│ │ └── test_cbr.mp3
│ └── values
│ ├── strings.xml
│ └── styles.xml
└── src
└── io
└── vov
└── vitamio
└── demo
├── MediaMetadataRetrieverDemo.java
├── MediaPlayerDemo_Audio.java
├── MediaPlayerDemo.java
├── MediaPlayerDemo_setSurface.java
├── MediaPlayerDemo_Video.java
├── MediaPlayerSubtitle.java
├── VideoSubtitleList.java
├── VideoViewBuffer.java
├── VideoViewDemo.java
├── VideoViewSubtitle.java
└── VitamioListActivity.java
135 directories, 401 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论