|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IProgress | Interface for showing progress of an operation. |
ISearchResult | Interface used by the search engine for returining results. |
Class Summary | |
---|---|
DictAndActivity | Main android app class. |
IdxLoader | Creates a dictionary index database. |
IdxLoader.DictDbFnFilter | Filename filter for index database files. |
IdxLoader.DictIdxFnFilter | Filename filter for dictionary index files. |
Search | Base class for exact and similar searching. |
SearchExact | Exact searching for keyword descriptions. |
SearchSimilar | Exact searching for keywords similar to the given one. |
Thr | Basic class for implementing and controlling background jobs. |
Exception Summary |
---|
Implementation of the forntend software for dict.cc, UDDL dictionaries and thesaurus files for Android. Uses an SQLite database for indexing dictionary keywords. The database can be either created using this application directly on the device, by importing the index files created by the C# program dictccfe or you may consider using the command line utility prep.jar available in the package dictme for creating the dictionary index database directly from the dictionary files on a desktop computer. See javadoc of the class IdxLoader in this package or the javadoc of the package dict.prepare for the format of the dictionary index database and for to create it.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |