The ViewDix is small Android application for viewing off-line dictionaries.
Currently I've created only indexes for Japanese language. The indexes are based on
data from WWWJDIC (Japaneese-English), Warodai (Japaneese-Russian) and EZRJITEN (Russian-Japaneese).
The program supports finding words by prefix, it lists all of the available words, provides list of alternative writings for words (kanji for kana or kana for kanji), list of all articles available in the dictionary.
It uses some code written in C. Currently I've provided library only for ARM architecture.
Another limitation. The code uses Android 4. I haven't provided compatibility libraries
yet.
The sources can be obtained from the Code tab.