otamurod / LanguageTranslator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Language Translator App Using Jetpack Compose and MLKit

This repository contains an Android Studio project to help people translate a language. The project is built using Jetpack Compose and MLKit in Android.

For more information about Jetpack Compose and MLKit, you can read Jetpack Compose and MLKit


Language Translator App
AppLogo


This is the logo of this Android App that will be displayed on Play Store.


• Beautiful App Logo

App Logo demo

SplashScreen


Splash Screen appears when the app is launched for a few seconds.


• Splash Screen Logo
• App Name
• Animated as Twin animation

Splash Screen demo

TextTranslation


This is the Text Translation Screen where a user can choose source and target language. The user then can translate the input text.


• User friendly UI
EditText is placed to enter an input text
TextView is used to display the translated text
• Translated text can be copied

Text Translation Screen demo

VoiceTranslation


This is the Voice Translation Screen where a user can choose source and target language. Afterwards, the user can speak to the microphone.
• Speak to the app to translate your voice
• Converts voice to text and displays the input text


• Translate the speech at one click
• Listen the translation by pressing speaker icon

Voice Translation Screen demo

ImageScanner


This is the Image Scanner Screen where a user can upload an image to extract its text. The scanned text can be copied and could be pasted as an input text on Text Translation Screen to translate


• Simple file upload
• Dynamic text recognition
• Copiable text as output

Image Scanner Screen demo

License

Copyright 2023 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About


Languages

Language:Kotlin 100.0%