网络视频播放器App的设计与实现本科毕业设计目录目录_____________________________________________________________________________ 1 摘要_____________________________________________________________________________ 3 Abstract___________________________________________________________________________ 4 前言_____________________________________________________________________________ 1 第一章绪论_______________________________________________________________________ 21.1 课题研究背景与意义 _________________________________________________________ 21.2Android的发展及前景_______________________________________________________ 21.3 系统设计的目标及基本思路 ___________________________________________________ 11.4 本论文的结构和主要工作 _____________________________________________________ 1 第二章基础知识简介 ________________________________________________________________ 22.1 Android简介_______________________________________________________________ 22.2 Android开发平台及相关技术 _________________________________________________ 42.2.1 Android开发环境_____________________________________________________ 42.2.2 volley开源框架________________________________________________________ 52.2.3 Material Design介绍 __________________________________________________ 7 第三章系统分析及系统结构与设计与实现 ______________________________________________ 93.1 系统分析___________________________________________________________________ 93.1.1系统可行性分析________________________________________________________ 93.1.2系统需求分析_________________________________________________________ 103.2 系统结构设计 ______________________________________________________________ 103.3 系统实现__________________________________________________________________ 153.3.1起始页与主页模块_____________________________________________________ 163.3.2视频详情模块_________________________________________________________ 173.3.3播放器模块 ___________________________________________________________ 193.3.4优化模块 _____________________________________________________________ 21 第四章软件测试___________________________________________________________________ 224.1测试环境和条件____________________________________________________________ 224.2测试过程___________________________________________________________________ 234.3测试结果分析______________________________________________________________ 34 结束语____________________________________________________________________________ 35摘要如今,随着基于Android操作系统智能手机的广泛应用,视频播放器已经成为每一部手机必备的应用,手机用户迫切希望一个可以在线观看的视频播放器。
因此,设计一个基于Android手机的在线视频播放器,具有重要的现实意义。
本文详细介绍了视频播放器程序的设计思路,设计方案,系统结构和项目工程结构,阐述了系统各个模块功能的设计与实现。
使用Android Studio软件对完成详细代码和进行相关性测试,使用了开源框架和MD设计风格。
根据对于Android手机网络视频APP功能的了解和分析,从功能和实用的角度出发,设计并实现Android视频播放器,以哔哩哔哩手机客户端为主要分析对象,对哔哩哔哩手机客户端进行模块划分,从功能多样性角度考虑,尽可能添加一些附加的设计方案并实现。
关键词: Android;视频播放器; Android Studio;模块功能AbstractNowadays, with the widespread use of Android-based smartphones, video players have become a must for every mobile phone, and mobile phone users are eager to watch a video player that can watch online. Therefore, the design of an Android mobile phone based on the online video player, has important practical significance.This paper introduces the design idea, design scheme, system structure and project structure of the video player program in detail, and expatiates the design and implementation of the function of each module of the system. Using the Android Studio software to complete detailed code and correlation testing, using the open source framework and MD design style. According to the Android mobile phone network video APP function understanding and analysis, from the functional and practical point of view, the design and implementation of Android video player to beep bike mobile phone client as the main analysis object, the beep whisper mobile client For the division of modules, from the perspective of functional diversity, as much as possible to add some additional design and implementation.KEY ORDS: Android;Video player;Android Studio;Module function基于Android技术的网络视频播放器的设计与实现前言随着中国智能手机的普及以及移动互联网的发展,手机已经成为人们生活中非常重要的一部分,手机已经不是过去传统意义上的通讯产品,而是更多承载了人们的娱乐、消费、商务、办公等活动。
其价值已经远远超过手机本身,而且Android系统的占有率在一直增加,所以,基于Android操作系统智能手机的广泛应用,视频播放器已经成为每一部手机必备的应用。
Android自带的播放器往往存在着功能简单,界面简陋等特点,已经远远不能满足当代人日益增长的视觉功能需求,人们更希望用视频播放器看到丰富的内容,人们更希望用播放器享受更高质量的视频服务,而且需要更便携的方式,那就是Android的网络播放器。
第一章绪论随着4G时代的来临及WIFI网络的普及,在安卓手机市场下载手机播放器看视频俨然成为了一种趋势和时尚。
1.1 课题研究背景与意义在这个信息化时代,IT行业已经成为世界发展的主流,我们对网络的依赖也远远超过了对其他媒体设施的依赖,计算机和手机已经成为了我们日常生活中不可或缺的获得信息的渠道。
正因为如此,各种各样的软件层出不穷,让我们的生活变得丰富多彩起来。
而作为集通讯与娱乐消费为一体的之能手机,网络视频的播放和推送也变得不可或缺,随着4G网的普及,我们更多的时间是在网络上,我们日常生活中常用到看到的,爱奇艺,优酷,乐视,A站,B站等视频网站都有着自己的手机端APP,因此开发一款界面友好、绚丽、功能多样化的网络视频APP更好的贴近用户,满足用户需求,其应用前景也是相当乐观的。