Hello,
I have Android ADK+WiFi Shield+LM35(temp. sensor). I prepared "textView" element in the Android page for temperature monitoring with Android Studio. Arduino side is including WebServer codes and it is running for measuring the temperature.Also, Arduino sending this values with 192.168.1.22 IP so I want to see this values from Android Phone side. How can I connect Android-Arduino and what about the "textView" codes. Where can I start for tihs application please? Thank you..