Android Open Source - App example DictionaryExample






Project Summary

Example of simple dictionary app in Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of DictionaryExample.

ItemValue
Java File Count7
Target SDK Version17
Minimum SDK Version8
Activity Count4
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\dictionary.db3




Java Source Files

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