php - Send form (AJAX) in android and receive JSON response -
the idea duplicate on android web http://www.telekino.com.ar/ in site there form check if lottery ticket won
according other post, site uses ajax contact webservice , data.
i dont know start, step can layout. ( 3 edittext 3 values needed send form, , 1 button start process) lost. how continue? need use send values , receive response.?
is possible duplicate on app request?
i'm doing http request here , in success method response saved in variable "data".
$http({ method: 'get', url: 'http:/****.**/api/gebruikers?email=' + $scope.email + '&wachtwoord=' + $scope.wachtwoord }).success(function (data) { // variable "data" json response recieve, json string. });
Comments
Post a Comment