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
-
Keyword here being webtools. So do you require what is known as a web view? That being the case both ecosystems have support for that. But in the event of you considering a more native approach I would recommend flutter. It is one of the easiest ways to start with mobile development without actually taking the time to learn the native aspects of each system. If not Cordova or ionic might serve you better
-
PaaPsik10415y@AleCx04 i need to complete a prototype in 2 weeks while having a fulltime job, leaning new labguages is not an option
-
@pionell what do you know? If you know Javascript and a lil Java your chances of getting a full prototype working with flutter are high. If not and you are only invested in JS then Cordova would be a good option, prob ionic, but by the time you learn enough of the framework you would probably be better served with Dart and Flutter, nesting the fuck out of layouts and widgets aa flutter is really easy man. Give either option a chance by watching a small tut, you might find a better answer there. Do you know react? Might be able to tackle React Native as well.
-
@batkir is it supported now on ios? Some time ago i read that the support was getting there but not yet. Would be pretty cool if it were now
-
batkir2205y@AleCx04 I haven't made one myself, but I read that since last year it should be possible to write a PWA for iOS. I would go for PWA if I have to show a prototype in two weeks, and literally just make one web app and drag a link on the home screen, pretending it's an app.
-
I read the flutter docs last week and I was thoroughly impressed at how clean it was.
Their motto is "build beautiful apps in record time".
There's even a section for people coming from different langs/frameworks, and it's basically like "In X I can do this, how do I do it in flutter" https://flutter.dev/docs/...
it's insane.
Related Rants
I need to create a quick prototype app that would work on ios and android with web tools. What is the quickest to get into? Phonegaps, cordova, ionic? Any other tools out there?
rant
question
need help