italankin / dictionary

Tiny Android application helps translate words and view information about them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionary

Tiny Android application that allows you to translate and view information about words.

Screen 1 Screen 2

Build status

Build Status

Install

You can get app from Google Play page. APKs also can be found at releases tab in the Downloads section.

Supported languages

Everything is backed by Yandex.Dictionary. Check out their page to find more information about supported languages and features.

Configuration

Configuration parameters are located in app/config folder. Sample debug configuration file is provided, which looks like this:

baseUrl         = "https://dictionary.yandex.net/api/v1/dicservice.json/"
apiKey          = "myApiKey"
keystore        = path/to/keystore
keystorePasswd  = somePassword
alias           = someAlias
aliasPasswd     = someAliasPassword

It's highly recommended to change apiKey field with your API key. You can get the free one here.

Open Source Libraries

License

Copyright 2016 Igor Talankin

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.

About

Tiny Android application helps translate words and view information about them.

License:Other


Languages

Language:Java 100.0%