• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
October 28, 2022 |1.9K Views
How to Create Language Translator Android App
  Share   Like
Description
Discussion

We will be building a simple application in which we will be showing an EditText field and we will add any input to that TextField. Along with that, we will be displaying a Button to translate that text to the German language. 

After clicking that button our text will be translated to the German language which we can get to see in the text view. A sample video is given below to get an idea about what we are going to do in this video. 

Note that we are going to implement this project using the Java language. 

Step 1: Create a New Project

Step 2: Connect your app to Firebase

After creating a new project in Android Studio connect your app to Firebase. For connecting your app to firebase. Navigate to Tools on the top bar. After that click on Firebase. A new window will open on the right side. 

Inside that window click on Firebase ML and then click on Use Firebase ML kit in Android. You can see the option in the below screenshot.  

 

Related Article :  https://www.geeksforgeeks.org/how-to-create-language-translator-in-android-using-firebase-ml-kit/

Read More