5
const
6y

have you ever created Hybrid app? which framework did you use?
OR
which framework is good to create hybrid app and easy to adapt?

Comments
  • 0
    What kind of app? Can you provide some details?
  • 1
    @balaianu an app that shows information about something using API it could be anything e.g. maybe an news app
  • 1
    @const If you plan on it being a web + Android + iOS app and you wanna move fast and have the same codebase for the most part, take a look at Meteor.js

    I did some projects on it, and even thow it's not perfect and you would have better performance on native apps, it's a good tool.

    Especially if you are the only coder and you want to actually finish something, rather then break your neck on multiple software stacks 😛
  • 1
    @balaianu thanks I'm gonna look into it
  • 2
  • 1
    I used ionic framework to create a hybrid app that uses geolocation API for teaching vehicles.
  • 2
    A couple in flutter, it's pretty nice to work with.
  • 1
    Cordova/Phonegap is great imho
  • 0
    C++ with Qt
Add Comment