I've searched a while, and I could find some posts, answer, but none of them worked with me.
I have an Arduino board that receives an URL as argument to switch pins, etc.
E.g: http:// 192.168.0.20/staticpin_12_1
All I want to do is to build an Android apk that, when pressed a button, do this http post request to android, without opening the browser.
I know there is a way to do that, but I'm having an 'App Crash' everytime. Could you guys help me out?
Note: I've added already the uses permissions to access the INTERNET @ Manifest.xml. My device's version of Android is 4.1.2, and I'm using eclipse as IDE.