I am working on the Final Year Project whcih require to use one android phone to control other phone via blue-tooth or wi-fi. I am very new for this area so I have no idea where should I start it.
The basic require is the controller can swap the screen and tap the object. Is there any site or example I can refer to ?
Here is the example app I find on Internet http://www.addictivetips.com/mobile/tablet-remote-control-one-android-device-with-another-via-bluetooth/
So I am wonder if I can use GesturesBuilder to write this app? As one phone be the server and one as client. I making action on server and the client will receive the signal to perform the same action.
Thanks.