I'm trying to send the user of my OCR project to the OFFLINE Google Translator but I don't know what should I use to achieve that...
I'v searched alot but nothing meet what i want.
i thought about using Intent with the action " View "
Intent intent=new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW)
i see this it's not what actually i need
help plz