优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于安卓Android第三方微博APP的设计(Eclipse)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于安卓Android第三方微博APP的设计(Eclipse)(论文11000字,程序代码)
摘要:Android系统是基于Linux的手机操作系统,其最大的优势在于整个系统的开源性和免费性。本系统以Eclipse为开发工具,采取Java语言编写,开发出一款基于Android平台的第三方微博客户端。本系统基本功能包括发微博、转发、评论还有收藏等,满足了用户使用微博的基本需求。本系统通过后台接入官方API的数据,利用Android提供的各种组件对界面进行设计,很好地支持了用户体验。
关键词:Android;API调用;手机微博开发
TheDesign and Implementation of Microblog Based On AndroidPlatform
Abstract:Android is a Linux-based mobile operating system, whose biggest advantage is the open source and free of the entire system. This third-party microblog system is developed on aAndriod-based platform, which uses Eclipse development tools and take Java programming language to develop. The basic functions including writing a new microblog, reposting, replying, as well as favorites, meet the basic needs of users. The system through linking to the official API data, using a variety of components provided by Android interface design, giving users a very nice experience.

[资料来源:http://think58.com]


Key words:Android;API;Android-based microblog
 

[资料来源:http://think58.com]

基于安卓Android第三方微博APP的设计(Eclipse)
基于安卓Android第三方微博APP的设计(Eclipse)


目 录
1 引言    1
1.1项目背景    1
1.2研究意义    1
1.3本文各章内容安排    1
2.相关技术    2
2.1 Android移动开发平台    2
2.1.1 Android平台特点    2
2.1.2 Android平台架构    3
3 搭建Android开发环境    5
3.1开发环境和目标平台    5
3.2开发环境搭建    5
4 基于Android微博客户端的需求分析    6 [来源:http://www.think58.com]
4.1 系统功能框架    6
4.2 系统可行性分析    7
5 UI界面设计    7
5.1微博客户端界面的分析和设计    7
5.1.1 系统登录界面    7
5.1.2 个人中心界面    8
5.1.3 查看微博信息界面    9
5.1.4 发微博界面    10
5.1.5 提及、评论界面    10
5.1.6 收藏界面    11
5.1.7系统历史记录界面    12
6 功能实现解析    12
6.1 各功能模块的实现类简介    12
6.2 授权过程    12
6.3 部分代码解析    14
6.3.1获取头像    14
6.3.2计算编辑区剩余字数    15
6.3.3各界面之间跳转的实现    16
6.3.4写微博界面实现    17
6.3.5评论、转发和提及的逻辑关系    19
7微博客户端的测试运行    20
7.1 系统登录    20 [资料来源:www.THINK58.com]
7.2 进入首页发微博    21
7.3 评论、提及和收藏    23
7.4 个人信息    24
8 小结    25
参考文献    26
致谢    27 [来源:http://think58.com]