i am creating an application similar to VNC. VNC captures screen frames and send it to the remote machine. frames are captured and displayed on the remote machine.
In my project i want to send application frames to the remote machine. eg. if i start video player on linux machine,video will be started here but the video frames will be sent to the remote machine and will be displayed there.
i referred to this link link
this http://my20percent.wordpress.com/2012/02/27/android-x-server/ link answers my question
i am able to run linux apps on android. :)