So, I am trying to build an application in android that I need to read data from a Raspberry wirelessly. I am searching on google but I got confused. Can I read data from the wifi of the Raspberry? Should I run a more specific application on RaspberryPi? Should I go better to bluetooth? I don't know how to construct the whole thing...
Another alternative I am thinking is to connect the Raspberry to the ethernet and run it as a server. So I visit the IP address of the Raspberry Pi and get the data with the android app..Does this make sense?