java - Login with php return string with AsyncTask in android -
i'm developing android application first time , don't have knoweledge of java, i've created login screen & integrated parse notification. now wan't check username & password before sending registration parse api. i want create asynctask can send http request during onclicklistener, i want fetch http response, true or false & further function on condition. e.g. i've inputted username & password , app send request php page, page echo true if username & password correct & false if they're wrong. and if true next process continue & on false, toast wrong username & password. there quick code make happen? minor quibble: it's sending request onclicklistener... you want async tasks ( there no quick code in java, easy stuff long, , elegant stuff abstract =] ) so, in mind: guy great! http://www.vogella.com/tutorials/androidbackgroundprocessing/article.html official( informative ) source http://developer.and...