Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Use Kotlin Multiplatform to share business-logic between platforms #105

Open
nrobi144 opened this issue Jan 9, 2023 · 1 comment
Labels
help wanted Extra attention is needed java Pull requests that update Java code

Comments

@nrobi144
Copy link

nrobi144 commented Jan 9, 2023

Why?

Applications have two type of code: platform-specific and platform-agnostic code. To create the best UX with the least effort, we should seek the best tool that makes the distinction easy to translate into code.

Native vs React Native vs Kotlin Multiplatform

Fully native implementations don't leave much room for reusing platform-agnostic code, while React Native makes writing platform-specific code hard. Kotlin Multiplatform strikes the best balance so far in my experience.

I'd be happy to start off with introducing Kotlin Multiplatform in from of a PoC by sharing the database logic between iOS and Android using cashapp/sqldelight.

Resources

@KoalaSat KoalaSat added help wanted Extra attention is needed java Pull requests that update Java code labels Jan 9, 2023
@KoalaSat
Copy link
Owner

KoalaSat commented Jan 9, 2023

this is a huge push up for the project! thank you so much for the help, anything you need please let me know 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

2 participants