.. image:: https://raw.githubusercontent.com/wakhub/monodict/master/app/src/main/res/drawable-xxxhdpi/icon.png
EN
monodict is a faster offline PDIC dictionary app witch is combined with Text-to-Speech and flashcards.
The application has been developed based on the source code of aDice
and the source code under the Apache License v2.0
_
https://github.com/wakhub/monodict
JA
monodict は高速なオフライン PDIC 辞書ビューア、テキスト読み上げ、単語帳を一つにまとめたアプリです。
このアプリは aDice のソースコードを元に開発を行い、 Apache License v2.0
_ のライセンスで公開されています。
https://github.com/wakhub/monodict
:Release Notes: https://github.com/wakhub/monodict/blob/master/RELEASES.rst :Google Play Store: https://play.google.com/store/apps/details?id=com.github.wakhub.monodict :.apk files: http://goo.gl/bn4W1G
Requirements
Android Studio <https://developer.android.com/sdk/installing/studio.html>
_Python <https://www.python.org/>
,
Fabric <http://www.fabfile.org/>
,
Wand <http://docs.wand-py.org/en/0.3.9/>
_Optionals
Inkscape <http://www.inkscape.org/en/>
_Command::
$ git clone https://github.com/wakhub/monodict.git
$ cd monodict
$ pip install fabric wand
$ fab init
Then check sdk.dir
and ndk.dir
in your local.properties
Basis
Material Design
_.Graphic Design
Use sans-serif fonts as app's typography because Android doesn't support serif-like Japanese font (Mincho) as default fonts normally.
Only use gray scale for theming.
No need to worry about the difference of colors between multiple displays.
Decrease battery usage.
Consider to add borders as a divider because Material Design doesn't use borders as a divider normally.
Follow native shadow style and shade style.
Navigation
| PDIC Home Page | http://homepage3.nifty.com/TaN/
| Aquamarine Networks | https://sites.google.com/site/aquamarinepandora/
| PDIC Users Page 電子辞書と英語学習のページ | http://homepage1.nifty.com/yoshi_2000/
| ICHIRO | http://rd.vector.co.jp/vpack/browse/person/an028955.html
| 私の好きなインドネシア | http://www.geocities.jp/indo_ka/index.html
pdico <https://itunes.apple.com/jp/app/pdico/id346546622>
_
-- PDIC viewer for iOS英辞郎シリーズの辞書データ(Ver.143) <http://www.dlmarket.jp/products/detail/290249>
_
-- JPY 2,700::
Copyright 2015 wak
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
See also: legal.txt <app/src/main/res/raw/legal.txt>
_
.. _PDIC: http://homepage3.nifty.com/TaN/ .. _aDice: https://github.com/jiro-aqua/aDice .. _Material Design: http://www.google.com/design/spec/material-design/introduction.html .. _Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0