基于 google android 平台电子词典软件的设计与实现摘 要本 文 阐 述 了 在 Android 平 台 下 电 子 词 典 软 件 的 设计与实现过程。其目的是让人们能够在基于Google Android 平台的移动设备上享用英汉词汇翻译功能。系统实现了英汉词汇查询、添加,删除等功能。在词汇存储及检索方面,系统使用了Android 内 置 的 小 型 嵌 入 式 数 据 库 Sqlite 的 开 发 接 口 ,支持单词的模糊检索和词库导入功能。平台基于 Java语 言 开 发 完 成 , 在 不 同 型 号 的 设 备 模 拟 器上 测 试 通 过 。关键词:Android 平台;电子词典软件;嵌入式开发 ;AbstractIn this paper, we describe that electronic dictionary software for the design and implementation process in Google android platform. Its purpose is the development of this platform under the English-Chinese electronic dictionary translation features the design and implementation, It’s default use of small embedded database -Sqlite,the platform’s language is java programming language and use the platform provided by the simulator. enabling users facilitate to use any simple functions that the English words for the Chinese explained what the software achieved words’ addition, delete, modify on mobile phones. The software design and development based on the java language.Key words: platform;simulator;database目 录1 前言...................................................................................................................................11.1 系统开发背景.............................................................................................................12 系统概述...........................................................................................................................22.1 系统需求分析.............................................................................................................22.2 Android 平台结构...............................................