Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hmm... React Native? What about the Apache one that i'm too lazy to go find it's name?
Hell, be double bad and develop a webview app -
MM8312273y@melezorus34 I was just thinking of dumping it in a webview, but I am informed that Apple aren't keen on this. Don't see how it differs from half of the options out there but yeah.
-
Normally I would suggest against Xamarin but for your use case, it would probably be okay. Just use Xamarin.Forms for one codebase.
-
@MM83 as soon as it gets a bit complicated in terms of UI and features, you will constantly be implementing ugly workarounds and compromises everywhere. And you will need custom renderings which means no shared codebase.
(I have a few rants and comments on devrant about Xamarin.)
Xamarin is just a lie and a trap. Don’t believe what it promises. -
MM8312273y@Lensflare Cheers for that. React Native might be the safest bet, seems to be the best of a bad lot in terms of prior experience. I'm sure it'll be a bind whichever route we take.
We've been asked to develop an app, normally we counter-pitch the 'web' prefix because it means one codebase, but they don't want that so...any suggestions for a decent cross-platform framework? App is just text and video, nothing too taxing for the device.
question