Giter VIP home page Giter VIP logo

local-feature-android's People

Contributors

amandasong avatar tystratt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

local-feature-android's Issues

Thoughts on offline browser translation?

I see this is one of the translation packages that allows for offline translation. I'm trying to look into the difficulty of offline web page translation, and wanted to hear your thoughts. Currently all web page translation in browsers require 1) internet access, and 2) sending the web page data into the cloud. I'm trying to get some leads on the best way to implement offline web page translation.
Thanks.

Translator.start returning ERROR_APP_MISSING_SIGNATURE on KitKat

Found on StackOverflow

int result = Translator.start(mContext, new Translator.ServiceListener() {
.....
}
it return ERROR_APP_MISSING_SIGNATURE = 51; in kitkat, but its work fine in marshmallow and later android api versions

Workaround for now:

change the check in checkAppSignature() method of TranslatorImpl.java to:

if (packageInfo == null || packageInfo.signatures == null || packageInfo.signatures.length == 0) {

Sample project not working with issued Key

I have generated my API key at azure portal, but when why i use this in sample project upon binding the service it gives me log Binding result =50
-2
Api version: -2
Can you please explain it to me whats wrong

Forgotten Interface File!

Hello,
You have forget to put com.microsoft.translator.service.app.ITranslatorApi interface file in /translatorlocal/src/main/java/com/microsoft/translator/service/app/ directory.
Best Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.