没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
基于android的电子词典设计与实现.doc 作为智能手机的常见应用,电子词典发展迅速,如常见的有道词典,在英文学习翻译中起到了很大的作用。现在的手机电子词典功能完善,用起来比较方便。电子词典设计了本地词库,提供中英词汇的翻译。再加上真人发音,网络查询,翻译句子等功能,让用户理解词汇的详细解释和用法。本文旨在详细阐述一种基于Android电子词典设计与实现过程。主要实现了英语单词查询,添加,删除,网络查询等功能。该设计使用了Android中最通用的存储方式SQLite存储,基于Java语言完成,在安卓模拟器和真机上已通过测试。 关键字:Android;电子词典;Android开发;移动互联网
资源推荐
资源详情
资源评论


















基于 android 的电子词典设计与实现
摘 要
2014 年,我国移动互联网行业持续快速发展。根据中国互联网发展报告中的统计数
据,2014 年我国移动网民规模已超过 5 亿人,其增速远高于世界网民的 9.5%的增速。
而 Android 平台智能手机市场中占有绝大部分份额,基于 Android 的应用开发也有了越
来越广阔的前景。
作为智能手机的常见应用,电子词典发展迅速,如常见的有道词典,在英文学习翻
译中起到了很大的作用。现在的手机电子词典功能完善,用起来比较方便。电子词典设
计了本地词库,提供中英词汇的翻译。再加上真人发音,网络查询,翻译句子等功能,
让用户理解词汇的详细解释和用法。本文旨在详细阐述一种基于 Android 电子词典设计
与实现过程。主要实现了英语单词查询,添加,删除,网络查询等功能。该设计使用了
Android 中最通用的存储方式 SQLite 存储,基于 Java 语言完成,在安卓模拟器和真机上
已通过测试。
关键字:Android;电子词典;Android 开发;移动互联网

Design and Implementation of the Electronic Dictionary
Based on Android
Abstract
In 2014, the mobile Internet industry sustained and rapid development of our country.
According to China Internet Development Report statistics, the scale of China mobile
Internet users has more than 500 million people in 2014 ,and its growth rate is far higher than
the 9.5% growth rate of the world is Internet users .The Android platform occupies most of
the smart phone market share, Android based application development has also been more
broad prospects.
As a common application of the smart phone , electronic dictionary has developed
rapidly ,such as common youdao dictionary ,learning the English language has played a
large role in the translation . Now mobile phone electronic dictionary the function is
perfect ,more convenient to use . Electronic dictionary designed local thesaurus ,provide
translation in the English vocabulary . Coupled with the human ,the network query ,translate
the sentence ,and other functions ,let users understand the full explanation of the vocabulary
and usage . The purpose of this paper is to elaborate a Android based electronic dictionary
design and implementation process . Mainly implements the English word query ,add, delete
network query ,and other functions . This design USES the most general way of storage in
Android SQLite store ,based on the java language ,in the Android SQLite store ,based on
the java language ,in the Android simulator and real machine has passed test.
Keywords: the Android platform ;Electronic dictionary APP;Web Development; The
mobile Internet.

目 录
摘 要 .........................................................................................................................................I
Abstract....................................................................................................................................II
插图索引....................................................................................................................................V
附表索引 ..................................................................................................................................VI
1. 绪论......................................................................................................................................1
1.1 课题背景及目的....................................................................................................1
1.2 相关领域国内外研究状况....................................................................................1
1.3 研究内容与方法....................................................................................................2
1.4 论文结构................................................................................................................2
1.5 小结........................................................................................................................3
2. 系统相关理论知识及应用..................................................................................................4
2.1 宠物社区系统的客户端........................................................................................4
2.2 宠物社区系统的服务器........................................................................................6
3. 系统设计..............................................................................................................................7
3.1 系统需求分析........................................................................................................7
3.2 系统总体框架设计................................................................................................9
3.3 服务器数据库设计..............................................................................................10
3.3.1 表关系图.......................................................................................................10
3.3.2 数据库表结构设计.......................................................................................11
3.4 Android 客户端的数据库设计 ...........................................................................15
3.4.1 概述...............................................................................................................15
3.4.2 数据库表结构设计.......................................................................................16
3.5 服务器设计..........................................................................................................20
3.6 系统客户端设计..................................................................................................20
3.6.1 注册模块设计...............................................................................................20
3.6.2 登录模块设计...............................................................................................20
3.6.3 用户详细信息模块设计...............................................................................20

3.6.4 好友模块设计...............................................................................................21
3.6.5 聊天模块设计...............................................................................................21
3.6.6 朋友圈模块设计...........................................................................................22
3.6.7 设施搜索模块设计.......................................................................................22
3.7 可行性分析..........................................................................................................23
3.8 开发环境..............................................................................................................23
3.9 小结......................................................................................................................24
4. 系统实现............................................................................................................................25
4.1 注册模块实现......................................................................................................25
4.1.1 功能的实现...................................................................................................25
4.1.2 界面的实现...................................................................................................26
4.2 登录模块实现......................................................................................................27
4.2.1 功能的实现...................................................................................................27
4.2.2 界面的实现...................................................................................................28
4.3 用户详细信息模块实现......................................................................................28
4.3.1 功能的实现...................................................................................................28
4.3.2 界面的实现...................................................................................................29
4.4 好友模块实现......................................................................................................30
4.4.1 功能的实现...................................................................................................30
4.4.1 界面的实现...................................................................................................31
4.5 聊天模块实现......................................................................................................33
4.5.1 功能的实现...................................................................................................33
4.5.2 界面的实现...................................................................................................34
4.6 朋友圈模块实现..................................................................................................36
4.6.1 功能的实现...................................................................................................36
4.6.2 界面的实现...................................................................................................36
4.7 设施搜索模块实现..............................................................................................38
4.7.1 功能的实现...................................................................................................38
4.7.2 界面的实现...................................................................................................39

4.8 小结......................................................................................................................40
总结和展望...............................................................................................................................41
项目总结............................................................................................................................41
展望....................................................................................................................................42
致谢...........................................................................................................................................43
参考文献...................................................................................................................................44
剩余31页未读,继续阅读
资源评论


悠闲饭团
- 粉丝: 123
- 资源: 3024
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


安全验证
文档复制为VIP权益,开通VIP直接复制
