Example of simple dictionary app in Android.
DictionaryExample is hosted in the following web site
https://github.com/codewell4/DictionaryExample
If you think the Android project DictionaryExample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DictionaryExample.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\dictionary.db3 |
DictionaryExample has the following Java source files.
com.codewell4.DictionaryExample.Common .java com.codewell4.DictionaryExample.DatabaseHelperClass.java com.codewell4.DictionaryExample.DictionaryDetails.java com.codewell4.DictionaryExample.DictionaryItem .java com.codewell4.DictionaryExample.DictionaryResults.java com.codewell4.DictionaryExample.Search.java com.codewell4.DictionaryExample.Settings.java