[android-developers] Re: PC Remote Control

2012-10-24 Thread bob
Why do you want to do this when there are apps that already do it? I think I tried this one a few months back: https://play.google.com/store/apps/details?id=com.Relmtech.Remote It uses Wifi or Bluetooth. On Wednesday, October 24, 2012 9:06:45 AM UTC-5, tamer hatoum wrote: Dear All; I want

[android-developers] Re: PC Remote Control

2012-10-24 Thread tamer hatoum
I need to build it by my own to add special features on it so I want some help or tips.regards... On Wednesday, October 24, 2012 9:43:18 PM UTC+3, bob wrote: Why do you want to do this when there are apps that already do it? I think I tried this one a few months back:

[android-developers] Re: PC Remote Control

2012-10-24 Thread bob
Override this function: boolean onTouchEvent(MotionEvent event) in this class: android.app.Activity Serialize the MotionEvent object and send it over a TCP stream to a server. On Wednesday, October 24, 2012 3:07:30 PM UTC-5, tamer hatoum wrote: I need to build it by my own to add special