Hi, I’m really new to Ionic, just getting started.
I want to do a very simple app that takes a picture and sends it to a HTTP REST service. So all I need is to take a picture and do an HTTP Post and evaluate the success/fail response.
What would be a good approach for doing this app with Ionic ? Is there anything special that Ionic provides me to help on this ?
What should I use for the camera part ?
What should I use for the HTTP POST part ?