毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

基于Android的手机信息查询助手中文件浏览器模块设计

时间:2018-10-12 16:51来源:毕业论文
以Android系统为平台,研究、开发了一款手机文件浏览器,使用Java程序设计语言进行编写,运用面向对象的设计思想,以及Java I/O、ListAcitivity、Dialog、Bitmap等技术。本设计完成后,可以进

摘要随着技术发展一日千里,我们的社会已经进入了移动时代,其中Android系统更是占有了83.6%的系统份额,并且每年还在持续增长,因为Android是一个Google发布的开源操作系统,它可以支持各种类型的智能设备。在Android操作系统中,开发应用程序是当前的热点。课题所要设计的手机信息查询助手中文件浏览器模块设计正符合这样的形势,每位Android用户都需要在自己的设备上查看文件信息,以及打开文件、重命名文件和删除文件等操作。29001
本次设计以Android系统为平台,研究、开发了一款手机文件浏览器,使用Java程序设计语言进行编写,运用面向对象的设计思想,以及Java I/O、ListAcitivity、Dialog、Bitmap等技术。本设计完成后,可以进行查看目录文件、修改文件名、删除文件、打开文件等操作。
关键词Android;Java;文件管理;浏览器;
毕业论文设计说明书外文摘要
Title  Design of File Explorer Module Mobile Phone Information Assistant Based on the Android
Abstract
With the rapid development of the Android system, it has become a system with wide influence in the world. Android now is not only a mobile phone operating system, it is more and more widely applied in tablet and worn equipment, televisions, digital cameras and other equipment. Application development is the current hot spot in the Android. The design of file explorer module in mobile phone information assistant, which is the theme of this subject, is in line with this situation. Each Android users need to view the file information of their own equipment, open files, rename files, delete files.
This design uses Android system as the platform, researches and develops a file explorer of the mobile phone. I use the Java programming language, object-oriented design, Java I/O, ListAcitivity, Dialog, Bitmap to write the application. The application can view the directory file, rename the file, delete files and open the file.
Keywords: Android; Java; File explorer; Browser;
目   次
1    绪论1
1.1    系统开发背景 1
1.2    国内外研究现状 2
1.3    本文的主要工作 2
1.4    本文的组织结构 3
2需求分析 4
2.1 本课题的研究任务 4
2.2 程序应用背景分析 4
2.3系统目标和需要解决的问题 5
2.4 小结  6
3系统设计 7
3.1 MVC软件设计模式 7
3.2 面向对象软件开发方法 8
3.3 隐式意图 8
3.4 小结 12
4 布局设计 13
4.1 布局基类 (ViewGroup)  13
4.2 ListActivity的布局实现 14
4.3 适配器视图的布局实现 14
4.4 重命名对话框的布局实现 15
4.5 小结 16
5 系统实现与测试 17
5.1 搭建开发环境 17
5.2清单文件AndroidManifest.xml 20
5.3 MyAdapter 21
5.4 处理文件 24
5.5 编程实现 26
5.6 程序测试 28
5.7 小结 35
结论 36
致谢 38
参考文献 39
附录A 程序源代码 40
1  绪论
1.1    系统开发背景
随着移动科技迅速发展,“移动时代”已经来临,我们平时越来越多地使用手机的智能手机,拍照、拍摄视频、下载文件、处理文档、发送邮件等等,使用计算机不再需要坐在桌前,50年间计算机已由大型计算机发展到微型计算机直到现在的移动便携化设备。便携化的移动设备更加方便了我们在这个快节奏的社会中生活、工作,我们可以随时随地阅读新闻,在候车的时候也可以查看自己的证券交易情况,甚至在路上都可以与朋友社交互动或者随时打开一款手游来消磨时间放松心情
随着技术发展一日千里,我们的社会已经进入了移动时代,其中Android系统更是占有了83.6%的系统份额,并且每年还在持续增长,因为Android是一个Google发布的开源操作系统,它可以支持各种类型的智能设备[3]。在Android操作系统中,开发应用程序是当前的热点[2]。课题所要设计的手机信息查询助手中文件浏览器模块设计正符合这样的形势,每位Android用户都需要在自己的设备上查看文件信息,以及打开文件、重命名文件和删除文件等操作。 基于Android的手机信息查询助手中文件浏览器模块设计:http://www.youerw.com/jisuanji/lunwen_24075.html
------分隔线----------------------------
推荐内容