screen mirroring in android
00:19 09 Jan 2014

I want to implement screen mirroring in Android platform.

I am thinking to follow this approach, is there any better way for the same:

  1. Open socket connection Android and PC.
  2. Capture screen or take screenshot at regular intervals and send it through socket.
  3. Display the received image in Canvas

Language: Java, Socket programming

My questions

  1. Is there any other better way to implement the above feature?
  2. How do I capture screen in Android Platform?
java android sockets mirroring