For an instant translation I use google.translate in a webview and the user has to click on the COPY button if he is happy with the translation.
That works fine if he is online, but even after downloading an offline version of google.translate, my startActivity(intent) does not find it.
What would be the right intent.SetType or the right intent.WrapAsIntentChooser for an off-line translation app?
Any ideas?
john m.
That works fine if he is online, but even after downloading an offline version of google.translate, my startActivity(intent) does not find it.
What would be the right intent.SetType or the right intent.WrapAsIntentChooser for an off-line translation app?
Any ideas?
john m.