Giter VIP home page Giter VIP logo

translator_kmm's Introduction

Kotlin Multiplatform Translator App

translator_kmm_preview

What is KM?

KMM stands for Kotlin Multiplatform Mobile and is a brand new technology that allows us to share large portions of Kotlin code between Android and iOS. The Kotlin code will then be translated into native iOS code, so that you will get 2 native apps in the end, which is the biggest advantage of this technology. Only the platform specific logic needs to be implemented twice in native language. That includes the UI and platform APIs such as showing notifications or speech recognition.

Features

Translator app

  • Interacting with remote APIs in KMM projects using Ktor
  • Local databases in KMM using SQLDelight
  • Reactive programming with Kotlin Flows and observing these on all platforms
  • Sharing ViewModels and state mapping logic between Android & iOS
  • Professionally designed translator screen using Jetpack Compose and SwiftUI
  • Proper dependency injection in KMM projects
  • Theming on Android & iOS

Speech Recognition

  • Platform specific APIs such as the speech recognition API in KMM projects
  • Testable speech recognizer that fits well into an existing architecture
  • Beautiful animated voice recorder UI component as you know from WhatsApp

Testing

  • Local unit tests for shared Kotlin code
  • UI and end-to-end tests for both Android & iOS to test real user flows such as voice input and translation

translator_kmm's People

Contributors

justamalll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

translator_kmm's Issues

Regional Language Support

Can you add all the regional languages present in India or can you guide me on how to add more languages to it please??

What is BASE_URL ??

can't find this diractory => import dev.amal.translator_kmm.NetworkConstants

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.