[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 to build an application on my android device that have a mouse pad 
 which will control the mouse on my PC same as this link :
 http://www.remotedroid.net/

 so kindly give me some tips how to start building that app, and do I have 
 to use TCP/IP client server ? or what methods do I have to use ?

 any help or sample code will be appreciated

 regards 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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:

 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 to build an application on my android device that have a mouse pad 
 which will control the mouse on my PC same as this link :
 http://www.remotedroid.net/

 so kindly give me some tips how to start building that app, and do I have 
 to use TCP/IP client server ? or what methods do I have to use ?

 any help or sample code will be appreciated

 regards 



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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:

 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 to build an application on my android device that have a mouse 
 pad which will control the mouse on my PC same as this link :
 http://www.remotedroid.net/

 so kindly give me some tips how to start building that app, and do I 
 have to use TCP/IP client server ? or what methods do I have to use ?

 any help or sample code will be appreciated

 regards 



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en