基于安卓的仓储管理手持PDA应用设计毕业论文
2021-11-06 23:03:39
摘 要
科学技术的发展日新月异,人类进步的脚步越来越快,仓储管理给企业带来的压力越来越大,为了改善仓储管理的方式,要将仓储管理系统改善为智能化系统,使企业可以在节省成本的前提下,高效、准确的完成仓储管理的功能。
本文的主要内容便是设计一款APP,通过调用手机摄像头扫描条形码完成一些仓储管理的基本功能。扫描条形码所使用的方法是调用Zxing库,通过Android开发设计软件,来完成扫码功能。在Android中完成扫码功能,最常使用的就是Zxing库,它使用起来简洁方便,好处良多。完成仓储管理的基本功能就要涉及到数据库的使用,本文中所使用的的是SQLite数据库,它占用的内存少,运算速度快,并且Android系统本身就携带了这个数据库。
本文通过设计出了基于安卓的手持PDA应用后,发现通过扫码的方式进行商品出入库操作以及历史记录十分方便,效率很高,仓储管理智能化非常适用于现代技术的发展。
关键词:仓储管理;Android开发;Zxing库;SQLite数据库
Abstract
The development of science and technology is changing with each passing day, the pace of human progress is getting faster and faster, and the pressure of warehouse management on enterprises is increasing. In order to improve the way of warehouse management, the warehouse management system must be improved into an intelligent system, so that enterprises can Under the premise of cost saving, the function of warehouse management is completed efficiently and accurately.
The main content of this article is to design an APP to complete some basic functions of storage management by calling the mobile phone camera to scan the barcode. The method used to scan the barcode is to call the Zxing library and use the Android development and design software to complete the scanning function. Zxing library is the most commonly used code scanning function in Android. It is simple and convenient to use and has many benefits. Completing the basic functions of warehousing management involves the use of a database. The SQLite database used in this article has less memory and faster calculation speed, and the Android system itself carries this database.
After designing an Android-based handheld PDA application, this article finds that it is very convenient to scan and store goods in and out of storage and historical records, and the efficiency is very high. Intelligent warehouse management is very suitable for the development of modern technology.
Key Words:Warehouse management;Android development;Zxing library;SQLite database
目 录
第1章 绪论 1
1.1 研究的背景和目的及意义 1
1.2 国内外研究现状 1
1.3 课题研究内容及预期目标 2
1.4 本章小结 2
第2章 基本信息 3
2.1 仓储管理 3
2.2 Android开发 3
2.3 本章小结 4
第3章 方案设计 5
3.1 扫码模块设计 5
3.1.1 条码技术 5
3.1.2 Zxing库 5
3.2 查询模块设计 5
3.2.1 数据库 5
3.2.2 查询显示 6
3.3 本章小结 6
第4章 软件设计 7
4.1 整体设计 7
4.2 导入Zxing库 7
4.3 界面跳转 7
4.4 SQLite数据库 8
4.5 新建商品 9
4.6 扫描条形码 11
4.7 商品列表 13
4.8 历史出入库查询 15
4.9 自定义标题栏 16
4.10 本章小结 17
第5章 应用的功能检测 18
5.1 主界面 18
5.2 新建商品 18
5.3 扫码 20
5.4 商品列表 21
5.5 历史入库 22
5.6 历史出库 23
5.7 本章小结 23
第6章 错误分析 24
6.1 安装失败问题 24
6.2 运行闪退问题 25
6.3 本章小结 26
第7章 总结 27
参考文献 28
致谢 29
第1章 绪论
现在科技与经济的发展十分迅速,人类进入了信息时代,计算机、智能手机、等物品已经成为了我们生活中不能缺少的一部分。时代在发展,科技在进步,人们的生活节奏也在不断地加快,科技已经渗透到了我们生活中的每个角落,各行各业在工作时,都力求做到快速、便捷、准确,确保工作任务可以快速有效地完成。
研究的背景和目的及意义
现如今科技发展越来越快,互联网技术已经深入到了各行各业之中,许多传统行业通过使用互联网技术,工作速度越来越快,物流业便是其中之一。现在人们的生活节奏都很快,对生活、物质上的需求也越来越大,越来越严格,大部分人们都爱上了网购,各种商场、超市也都随处可见,这就给仓储管理带来了极大的压力。仓库的库存本就很多,每天出入库的商品量也越来越大,若单靠传统的人力方式进行管理,不仅效率低,成本也会很大。
条码技术在获取信息、传递信息等方面具有极大的优势,将它应用到仓储管理中,可以在保证数据准确的前提下,提高管理人员的操作效率,满足现如今仓库高速运转的需求。并且条码使用起来方便简洁,好处良多,无论是在仓储管理,还是在其他行业中,都有其独特的优势。