An open API service indexing awesome lists of open source software.

https://github.com/hit07/translator-android-studio

This repository contains Android application, developed in Android Studio, facilitates language translation using Firebase ML. Users can input text and translate it between various languages, enhancing understanding across dialects and languages.
https://github.com/hit07/translator-android-studio

android-app android-studio firebase-ml java

Last synced: 11 months ago
JSON representation

This repository contains Android application, developed in Android Studio, facilitates language translation using Firebase ML. Users can input text and translate it between various languages, enhancing understanding across dialects and languages.

Awesome Lists containing this project

README

          

# Translator

# Language Translator Application

Welcome to the Language Translator Application repository!
This Android app, developed using Android Studio and Firebase ML, allows users to translate text between different languages seamlessly.

## Overview

This project showcases:
- **Technology Stack:** Android Studio, Firebase ML
- **Features:** Translates text input from one language to another.
- **User Interface:** Includes spinners for language selection and text input fields.

## How to Use

1. **Clone the Repository:**
``` git clone https://github.com/Hit07/TRANSLATOR-Android-Studio.git ```

2. **Open in Android Studio:**
- Open Android Studio.
- Navigate to `File > Open` and select the cloned directory.

3. **Run the Application:**
- Connect an Android device or use an emulator.
- Build and run the app.

4. **Translate Text:**
- Select the source and target languages from the dropdown menus.
- Enter text in the input field.
- Click the "Translate" button to see the translated text.

## Resources

- [Android Studio Documentation](https://developer.android.com/studio)
- [Firebase ML Documentation](https://firebase.google.com/docs/ml)

## Contributing

Contributions are welcome! Here's how you can contribute:
- Fork the repository.
- Make your changes.
- Submit a pull request.