1
azizfcb
8y

I've been doing web dev for 3 years. Now, I want to do some mobile stuff. After I went through some internet resources, I decided to give Phonegap a chance.
Is it worthy my time?!

Comments
  • 2
    Phone gap is good to start. You will be able to use your web dev skills. Just be aware that the more powerful the app the more you will need to get into individual development.

    Android Studio is where you should go next. Then look into ios development. It's more nuanced but more lucrative.
  • 0
    I'm going to build a Q&A app. I don't know if it's resources consuming or not because I'm new to the mobile ecosystem.
  • 4
    try ionic framework (it use Cordova/ phonegap). and if your app is not a super 3d game, ionic is sufficient for most jobs.
  • 1
    I second the ionic recommendation. I've used Cordova/Phone gap standalone and it's a pain in the ass
  • 1
    I think you should go with phonegap as you are starting with mobile dev. One thing to keep in mind is when your developing the backend for your mobile app, make the backend as an API so that later on when you decide to do native mobile dev, your backend is already setup and ready to go.
  • 1
    Say what I've exactly done. I've implemented a Rest API already using node/express and mongo
  • 1
    You may have a look at the third way of buiding apps. Native

    https://www.nativescript.org
Add Comment