Tiny Android application that allows you to translate and view information about words.
You can get app from Google Play page. APKs also can be found at releases tab in the Downloads
section.
Everything is backed by Yandex.Dictionary. Check out their page to find more information about supported languages and features.
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.
- Android Open Source Project
- RxJava
- Dagger 2
- android-apt
- RxAndroid
- Retrofit
- OkHttp
- Gson
- ButterKnife
- LicensesDialog
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.