-
Apr 24th, 2025, 06:00 AM
#1
Thread Starter
New Member
Advice Needed: Best Approach for Building One Codebase App for iOS and Android?
Hey everyone,
I’ve mostly worked with .NET and web apps until now, but I’ve recently been asked to help build a mobile app for both iOS and Android. The goal is to maintain a single codebase as much as possible, since the app is fairly straightforward — user auth, data sync, basic CRUD features, push notifications, and offline support.
We’re debating between going with Flutter, React Native, or doing native development split between Swift and Kotlin (which feels like double the work).
Has anyone here worked on a similar kind of project?
How was your experience with cross-platform tools like Flutter or RN in terms of performance, native look & feel, and maintenance?
Are there any major roadblocks I should know about when dealing with push notifications or background tasks on either platform?
Appreciate any insights or suggestions.
Thanks in advance!
-
May 8th, 2025, 10:16 AM
#2
Junior Member
Re: Advice Needed: Best Approach for Building One Codebase App for iOS and Android?
Hey, for an app like that, React Native or Flutter should do the job fine. I’ve used RN before, performance was good, and it saved a ton of dev time. Push notifications and background tasks can get tricky, especially on iOS, but doable with the right plugins. Native is solid too, just more work. Cross-platform is probably your best bet to keep things simple.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|