Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 894 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 894 Bytes

Language_Translator

An android app which will allows you to translate Hindi to English and English to Hindi with cool UI. It also supports voice input frature. It also supports real time audio translation.It also has some cutom animations.

Android Screenshots

Gif Screenshot 1
drawing drawing

Gradle

Add mlkit library

dependencies {
  // ...

  implementation 'com.google.mlkit:translate:16.1.1'
}

Getting Started

Learn More