Trading Platform for College Students - Mobile Client
Abstract: This paper discusses the design of mobile client application for the Trading Platform for college students, and analyzes the development of the application based the iOS platform from the feasibility analysis, requirements analysis, outline design, detailed design and testing. The application developed with the system UI, and following the iOS7Human Interface Guidelines. Data was storage and be accessed by using the Parse cloud services. This program implemented that users can upload the formatted data and easy to get data any time. In addition, it also provides searching, favorites, comments and many other ways to meet the additional needs of the user.
Keywords: iOS; Objective-C; Parse cloud services; Trading Platform;
目录
摘要 i
Abstract i
目录 ii
1 绪论 1
1.1 本课题的目的和意义 1
1.2 国内外研究现状与水平 1
1.3 发展趋势 2
2 分析 3
2.1 调研情况 3
2.1.1 架构的选择 3
2.1.2 服务端部分 3
2.1.3 数据库部分 3
2.1.4 移动客户端部分 3
2.2 技术背景 4
2.2.1 Objective-C 4
2.2.2 MVC框架 4
2.2.3 Cocoa Touch 5
3 需求分析 7
3.1 引言 7
3.2 本平台的主要特点 7
3.3 系统功能需求: 8
3.3.1 浏览查看 9
3.3.2 发布编辑 11
3.3.3 个人信息管理: 12
3.3.4 登录与注册 13
3.4 数据库设计 14
3.4.1 E-R图 14
3.4.2 关系模式 14
3.4.3 数据表结构 15
4 详细设计 17
4.1 浏览模块 17
4.1.1 首页 17
4.1.2 详细查看 23
4.1.3 图片放大 28
4.2 发布模块 29
4.2.1 信息编辑 29
4.2.2 图片选择 32
4.3 个人信息管理模块 34
4.3.1 登录、注册 34
4.3.2 个人主页 37