I am trying to achieve data transmission with the use of the screen(light).
Currently, I have a TextView in which covers 90% of the screen. When the transmission is started, I switch the color of the TextView with textview.setBackgroundColor(COLOR.WHITE) if it is a 1 and similarly if it is a 0 to be sent next.
My question is: Is this really the most effective way to go or is there any other methods I cannot come to think of?