Usage of Google Translate API in Android
问题 I have been searching everywhere on the Internet for Google Translate API usage but I wasn't able find descent tutorial or explanation. So, here is what I have done: In my Google API Console I have generated a key under Public API access with my SHA1 Fingerprint using this answer. Here is how my API console looks like: In Android studio I build and send my request using OkHttp library with this code: OkHttpClient client = new OkHttpClient(); String apiKey = "My API key"; String apiLangSource