We are currently developing our first hybrid mobile application with a monetizable idea in mind. After conducting some research, it seems that to reach our end goal we will need:
A Front End UI Framework: options include Ionic or AngularGap (although documentation may be limited).
To wrap the app using PhoneGap for multiple platforms.
An appropriate BackEnd framework such as Loopback or Parse.
While I haven't delved into specific documentations yet, any experienced suggestions on the chosen path would be greatly appreciated.
Some questions I have at this stage:
A. Am I on the right track and how should I proceed?
B. Regarding Ionic being a UI framework, how do I integrate it with Phonegap to access native features? Would I need to use Angular to call Phonegap APIs?
C. Once the front end is established, how can I make backend API calls, particularly with Loopback - through REST calls or are there more efficient methods available?
Are there simpler approaches to accomplishing these goals?