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

enter image description here

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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -