Skip to content

Instantly share code, notes, and snippets.

@botbahlul
botbahlul / GoogleTranslateTranslator.java
Last active March 10, 2023 22:01
Google Translate API
package org.vosk.livesubtitle;
import android.os.AsyncTask;
import android.util.Log;
import org.apache.http.HttpResponse;
import org.apache.http.StatusLine;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;