基于IOS平台的移动互联网终端大型社交类应用客户端.doc
文本预览下载声明
毕 业 设 计(论 文)
基于IOS平台的移动互联网终端大型社交类应用客户端开发
教 学 院 电器信息学院 专 业 电子信息工程 班 级 电信09401
2013 年 05 月 24 日
目 录
摘要 i
Abstract ii
第1章 绪论 1
1.1 开发背景及意义.. 1
1.1.1 开发背景 1
1.1.2 开发意义 3
1.2 开发工具及运行环境 4
1.2.1 开发工具 4
1.2.2 运行环境 4
第2章 项目所用技术介绍 5
2.1 IOS简介 5
2.2 IOS系统架构 5
2.3 IOS系统优势 7
2.3.1 IOS模块性 7
2.3.2 灵活性 7
2.3.3 可伸缩性 7
2.3.4 可操作性 7
第3章 系统分析 8
3.1 功能需求 8
3.2 系统使用例图 9
第4章 系统设计细节 10
4.1 程序总体架构 10
4.2 模块功能设计 11
第5章 详细设计与编码 12
5.1 授权模块 12
5.1.1 OAuth相关的三个URL 12
5.1.2 OAuth相关的参数定义 12
5.1.3 OAuth认证授权流程 13
5.2 微博首页模块 15
5.3 发布微博模块 22
5.3.1 基本功能 22
5.3.2 选择图片上传 24
5.3.3 @好友、添加热点话题和表情 26
第6章 系统测试 28
6.1 授权模块测试用例 29
6.2 发表微博测试用例 29
6.3 浏览微博测试用例 29
6.4 系统评价 30
第7章 总结 31
谢 辞 32
参考文献 33
基于IOS平台的移动互联网终端大型社交类应用客户端
[摘要] 微博即MicroBlog,网上昵称围脖,是一种非正式的迷你型博客,是一个基于用户关系的信息分享、传播及获取平台。用户可以通过WEB(WORLD WIDE WEB)、WAP(Wireless Application Protoco)以及各种客户端组件个人社区,以140字左右的文字更新信息,并实现即时分享。它是一种互动及传播性极快的工具,具有实时性,传播速度甚至比大众媒体还快。
本文阐述了新浪微博客户端的各种相关知识,尤其对iPhone客户端的开发和应用作了详细的介绍,同时将设计过程中所用到的主要方法及控件进行了详细说明。此次毕业设计以IOS操作系统作为开发平台,Xcode作为开发环境,参照新浪提供的API,进行微博客户端软件的设计与实现。本软件实现了微博首页获取数据、我的资料、好友资料、我的关注、我的粉丝、收藏微博、评论微博、转发微博、添加照片、发表微博等功能,具备了一般微博所具有的功能,具有较强的实用性。
[关键词] IOS平台 iPhone微博 sina微博
ABSTRACT
[Abstract] Microblogging is a relationship based on user information-sharing, dissemination and access platform. Users can use WEB(WORLD WIDE WEB), WAPWireless Application Protoco) individual components and a variety of client communities to inter about 140 words of text updates, and share this instantly . It is an interactive and fast spread tool, spread even faster than the traditional media.
This article introduces the development of iPhone microblogging system, the system is divided into server-side and mobile client. Microblogging system uses the MVC design pattern, the three-layer architecture. The development tools is the Xcode.The developing environment is Xcode4.5 and the iPhone and use sina rest API. This sina ios microblog implement logining, register, release
显示全部