I need to build a mobile application which is able to compare data in a remote database [e.g login system] and also get a string from a QR Code. I have zero experience developing mobile applications, but found two interesting tools. PhoneGap and Mosync.
I know there is a few PhoneGap plugins for PhoneGap [like this https://github.com/phonegap/phonegap-plugins/blob/master/iPhone/BarcodeScanner/README.md ]. But it seems to be for iOS only. Or am I wrong?
I know that zxing has a cpp port. It's possible to use it to develop the application using Mosync?
I have much more experience with C/C++ than javascript, for me would be much easier to do the work using Mosync. However, PhoneGap seems much more complete. Any recommendation for this job?