I am new to Arduino I got 0 knowledge in it and also this is my first time coding with bluetooth, so I wanted to ask how can I actually receive serial data from arduino for example and change the textview in my android:
I want to get this value from arduino and change the textview in my android. So it will be something like if (xxx == "11"){ textview.setBackgroundColor(Color.RED);}
but I don't know how to write/how to get the arduino value and declare in android.