here is url ... https://api.thingspeak.com/update?api_key=R3LQP7IXIXEQ1OIV&field1=0
Actually..I don't want to get the content of url. I just want to update the value of field1 to 1 and 0. If I just type this url in any broswer,my thingspeak data will be update.All I need to do is to write code like typing in any broswer of this url. In that way I think I can turn on and off my led through android application for my IOT project.I think all I need to do is to make connection between apk and thingspeak from this url.I am new to android studio.I have tried many ways.Help me please. Thanks a lot.