毕业论文

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

基于Android的手机信息查询助手中软件查询信息模块设计

时间:2018-07-29 15:51来源:毕业论文
基于Android平台的软件管理器,利用系统框架层的PackageManager提供的类,可以得到系统所有软件的PackageInfo,即包资源的相关信息。设计软件可以在主界面上切换视图

摘要Android是基于Linux平台的开源手机操作系统,Android平台用Java语言编写,具有很好的开源性和兼容性。本文探讨设计了基于Android平台的软件管理器,利用系统框架层的PackageManager提供的类,可以得到系统所有软件的PackageInfo,即包资源的相关信息。设计软件可以在主界面上切换视图,单击软件弹出对话框,在对话框里可以选择运行软件、删除软件以及查看软件更详细的信息。设计软件结合了Android的市场需求,给用户提供了更人性化、更高效的软件管理方式。源代码设计合理,在Eclipse仿真测试的模拟机以及真机当中皆能成功的运行。
关键字  Android  软件管理器  包资源26414
毕业论文设计说明书外文摘要
Title    The design of information query module software based on Android   platform
Abstract
Android is an open source mobile phone operating system based on Linux platform that is issued by Google. The application of Android platform using Java language Has good openness and compatibility. This paper discusses the design of software management based on Android platform. Using the PackageManager system framework layer provided classes can get all system softwares’ PackageInfos,which is called The related information of package resources. The software can switch the view on the main interface and the pop-up dialog box will visible if you click the software.In the pop-up dialog box you can choose to run the software, delete the software and get more information about the software. The design of software combined with the Android market demand to provide more humanized and efficient management software.Finally, the design of source code is reasonable, either in the Eclipse simulation test simulator or in the real machine is operated successfully and fluently.
Keywords  Android  software management  package resources
目   次
1  引言    1
1.1  项目背景    1
1.2  课题研究目的和意义    1
1.2.1  Android的缺点    1
1.2.2  研究目标及意义    2
2  Android的系统结构分析    3
2.1  Android系统架构    3
2.2  Android的四大组件    4
2.3  Activity生命周期    6
3  软件需求分析和设计    8
3.1  需求分析    8
3,1,1分析方法    8
3.1.2  应用背景分析及设计目标    8
3.2  功能模块设计方案    8
3.2.1 软件欢迎界面的功能设计    9
3.2.2  软件主界面的功能设计    9
3.2.3  软件弹出对话框设计    10
3.3系统运行环境需求    11
4  软件管理器详细实现技术及方法    12
4.1  要实现的基本视图控件介绍    12
4.1.1  文本控件    12
4.1.2  图像控件    12
4.1.4  列表视图控件    13
4.2  获取已安装软件信息的重要类    14
4.3  视图控件的详细实现方法    16
4.3.1  ListView的用法    16
4.3.2   GridView的用法    17
4.4  BaseAdapter适配器的用法    18
5   软件的测试与仿真    20
5.1  Android开发环境的搭载    20
5.2   Android模拟器介绍    20
5.3  在模拟器上运行    21
结  论    25
致  谢    26 基于Android的手机信息查询助手中软件查询信息模块设计:http://www.youerw.com/jisuanji/lunwen_20597.html
------分隔线----------------------------
推荐内容