I want to create a client application for android and a server app for PC.
Such as if I perform a tap event on my android device the folder on the PC should open.
I wanted to create my mobile phone as remote and control the PC via that Phone.
As I said earlier use socket programming to send data from android and receive it.
On the server side i.e pc you can use java to scroll, mouse move, keyboard functionalty.
See my Blog on doing mouse clicks, scrolls using Robot class, Use Robot class in java to perform these functions.