Android化妆品智能导购系统的开发与设计

结合Android开发的相应数据知识,利用Android studio设计工具完成了安卓平台上的导购系统软件开发工作。


摘要:随着贸易的发展,如今商场里不仅仅是单一的国内品牌化妆品,来自世界各地的化妆品品牌都入驻中国的各大商场,改革开放以后,人们生活水平的提高,经济能力都大幅度提升,于是人们在生活中更加注重自己的形象,对化妆品的需求也变的日益增大,而在琳琅满目的化妆品柜台之间,随着化妆品种类的增多,要寻找到自己想要买的东西通常会花费消费者和导购员很长时间,为了方便人们更好的挑选化妆品,设计开发了化妆品导购系统,用户直接进行注册,系统管理员将对顾客和售货员进行权限的分配。用户注册完成可以登录系统,顾客可以通过想要购买的商品类别查看化妆品信息,导购员将根据客人的选择快速的通过寻找到化妆品。导购员通过对商品进行管理,新增商品信息,为客人进行更好的服务。该片论文主要介绍了在完成系统时运用到的所有专业相关的知识,按照软件开发所有的流程:需求分析、可行性分析、系统设计、数据库设计、以及功能的设计与实现,包括最后的系统测试,本文将详细描述系统是如何完成的。如今移动设备已经成为人们的必需品,于是,系统选用常用的移动设备系统Android进行开发,完成了一款APP制作,数据库为安卓自带的SQLite。

关键词: Android,化妆品,导购,SQLite,管理系统

Development and design of intelligent purchase system for cosmetics

Abstract: With the development of trade, nowadays the shopping mall is not only a single domestic brand cosmetics, but the cosmetics brands from all over the world have entered the big stores in China. After the reform and opening up, people's living standards have been improved and the economic ability has been greatly improved. So people pay more attention to their own image in the life of life. The demand for cosmetics has become more and more, and in the dazzling cosmetics counter, with the increase of cosmetics, to find what you want to buy is usually spent for a long time. In order to facilitate people's better selection of cosmetics, the design and development of cosmetics guidance system, the users are straight. After registration, the system administrator will assign the authority to customers and salesmen. The user can register the system, the customer can view the cosmetic information through the category of the goods you want to purchase, and the buyer will quickly find the cosmetics according to the guest's choice. Shopping guides manage goods by adding new product information to provide better services for customers. This paper mainly introduces all the related knowledge applied to the completion of the system, and develops all the processes according to the software: requirements analysis, feasibility analysis, system design, database design, and function design and implementation, including the final system test. This article will describe how the system is completed in detail. . Now mobile devices have become the needs of people, so the system is used in common mobile device system Android to develop, completed a APP production, the database for Android's own SQLite.

Keywords: Android, cosmetics, shopping guide, SQLite, management system

目录

摘要 i

Abstract i

目录 iii

1 绪论 1

1.1 项目背景 1

1.2 研究意义 2

1.3 项目概述 2

2 分析 3

2.1 系统需求分析 3

2.1.1 功能需求 3

2.1.2 功能需求 4

2.1.3 可用性需求 4

2.2 软件可行性分析 4

2.2.1 系统和性能的可行性 4

2.2.2 经济可行性 4

3 系统开发技术及工具简介 6

3.1 ANDROID开发 6

3.2 SQLITE 6

3.3 ANDROID四大组件 7

3.3.1 Activity 7

3.3.2 Service 7

3.3.3 Content Provider 7

3.3.4 Broadcast Receiver 8

3.4 ANDROID FRAGMENT使用 8

3.4.1 Fragment添加 9

3.4.2 参数传递和通信 9