基于
Android
平台电子词典的设计与实现
黄艺锋
;
闫巧
【期刊名称】
《计算机应用》
【年
(
卷
),
期】
2011(031)0z2
【摘要】
研究了在
Android
开发平台下电子词典软件的设计与实现过程
,
该系
统是使用
Android
软件开发工具包和
Eclipse
集成开发环境进行开发的
,
实现了
英语单词的翻译、学习、复习、测验、生词本、导入删除词库、背诵常用句子
等功能
,
内置了相应的词库句库
,
也允许用户导入需要的词库进行学习
.
在词汇存
储及检索方面
,
系统利用了
Android
集成的小型嵌入式数据库
SQLite
的开发接
口
.
应用程序是基于
Java
语言开发完成的
,
并且已经在设备模拟器上测试通
过
.%This
paper
discussed
the
design
and
implementation
process
of
electronic
dictionary
software
on
Android
development
platform.
This
application,
using
Android
SDK
and
the
Eclipse
IDE
to
develop,
is
available
in
English
translation,
learning,
reviewing,
testing,
attention
book,
import
or
delete
dictionary,
reciting
English
sentence
and
other
functions.
The
software
has
built-in
dictionaries,
also
allows
users
to
import
the
necessary
dictionary
to
learn.
The
system
uses
Android
integrated
development
interface
of
SQLite
to
store
and
retrieve
vocabulary.
The
applications
are
developed
based
on
Java
language,
and worked as expected on the emulator.
【总页数】
5
页
(228-232)
【关键词】
Android
平台
;
电子词典
;
智能手机
;
应用程序