Which language is best for us if we build a ready MVP social media application like OwnMates? #206188
Unanswered
munna7896
asked this question in
Programming Help
Replies: 1 comment 2 replies
|
Short version: for a social-network MVP like OwnMates, Flutter is usually the faster choice — not because it's inherently "better" than Kotlin, but because one codebase covers Android + iOS and lets a small team move quickly. Why Flutter often wins for an MVP:
Why you'd pick Kotlin instead:
If you later want to share logic while going native on iOS, Kotlin Multiplatform is the bridge — but that's a refinement, not an MVP-branch decision. One caveat: for a social app, the language is rarely what makes or breaks the MVP. The hard parts are the backend — feed serving, realtime messaging, moderation, and scaling. Budget most of your effort there and pick the frontend your team can iterate fastest on. If time-to-test matters most, I'd go Flutter. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
We are building a social network application likes OwnMates but we couldn't find a good solution, which language is good either Kotlin or flutter?
Guidelines
All reactions