文件名称:dictionary
介绍说明--下载内容均来自于网络,请自行研究使用
android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。-Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combined with Android to discuss how to implement a Android version of the English dictionary. A lot of ways to realize the English dictionary. In this paper, we use the SQLite to save the English word information. The system through the SQLite to save the word information to find the corresponding Chinese information with the specified english.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dictionary
..........\.classpath
..........\.project
..........\.settings
..........\AndroidManifest.xml
..........\assets
..........\bin
..........\...\classes.dex
..........\...\dictionary.apk
..........\...\net
..........\...\...\blogjava
..........\...\...\........\mobile
..........\...\...\........\......\Main$DictionaryAdapter.class
..........\...\...\........\......\Main.class
..........\...\...\........\......\R$attr.class
..........\...\...\........\......\R$drawable.class
..........\...\...\........\......\R$id.class
..........\...\...\........\......\R$layout.class
..........\...\...\........\......\R$raw.class
..........\...\...\........\......\R$string.class
..........\...\...\........\......\R.class
..........\...\resources.ap_
..........\...\说明.htm
..........\default.properties
..........\gen
..........\...\net
..........\...\...\blogjava
..........\...\...\........\mobile
..........\...\...\........\......\R.java
..........\res
..........\...\drawable
..........\...\........\icon.png
..........\...\layout
..........\...\......\main.xml
..........\...\......\word_list_item.xml
..........\...\raw
..........\...\...\dictionary.db
..........\...\values
..........\...\......\strings.xml
..........\src
..........\...\net
..........\...\...\blogjava
..........\...\...\........\mobile
..........\...\...\........\......\Main.java
..........\说明.htm