If I wanted to design apps that required data storage and were targeted for multiple mobile platform's, would using Application Craft to create the UI, Parse to store the data and PhoneGap to wrap it all up for the relevant target device be a potential way of approaching this?
What would be some of the limitations to this approach?
Some of the main things the app will do - I intend to have a mysql database, use PHP server side scripts to send JSON data to the app which then displays listings, allows users to add favourites, use geolocation features to get current location of user, accept PayPal and credit card payments and autogenerate and send emails from the app.