**i am developing an android application that have to access a remote server.i know how to do that.but i want to know several thing point outing below**
1: in my application there is a mark on the page. I need to check the username and password with a remote sql server.so database I need to access the api from the server (mvc 4 web api). Now I am trying to create this api.after sending the user credentials to the web api I am stuck there. Because I am new to creating api, I don’t know how to get it in api, can anyone help me?
source
share