java - How to check value of two fields in URL? -
hello guys have 1 url connected through id, here using user_login_id , response this..
{"interestreceived":[{"received_detail_id":2783,"interest_id":1288,"name":"monali patel","profile_id":"gm453843", "image":"","cast":"not willing specify","age":"24","location":"","user_status":"accept"}]}
here have received_detail_id in above json,,
now in next json response
here using both ids,and in code using put , pass values
string matchid=this.getintent().getstringextra("received_detail_id"); string id=this.getintent().getstringextra("user_login_id");
user url:
user_url="http://mywebsitename.com/webservice/interestreceiveddetail?version=apps&received_detail_id="+matchid+"&user_login_id="+id;
is right way do?because not getting output
check give way how use putextra , getextra how use putextra() , getextra() string data
Comments
Post a Comment