I am developing one application which need the following functionalities
- I have webserver. I need to access the webserver from android device.
- I need user registration and login facility.
- AFter the user logs in I need to access data from remote SQL server via webserver or directly whatever is possible.
- I have to update user entered form data to my SQL database through webserver or directly whichever is available.
I think these above things are very common now a days in any website. As I am very new to android I am confused about using webview, or using http java api.
Which one is the normal procedure in industry everyone uses? Can anybody provide me the standard procedure which is secure and safe and easy to implement.