Skip to content

zerstyu/Application_Mirroring

Repository files navigation

Application Mirroring

This is :

  • Application Mirroring. Based on Android Auto of Google and Carplay of Apple.
  • Not full-mirroring.
  • It operates in the background. So, it does not stop to interrupt.

※ interrupt ? call, message, home button and so on.

Server

    1. get Bitmap using getDrawingCache().
    1. Bitmap to Byte[].
    1. Transfer Byte[] to Client. Byte[] is included message queue.

Client

    1. Receive data from Server.
    1. Received data to Byte[].

※ Received data is stored in the queue. Because it(Byte[] to Bitmap) takes a lot of time.

    1. Byte[] to Bitmap.
    1. set bitmap on ImageView.

However :

  • It's not implemented layout.

Feature

  • Application Mirroring.
  • It does not require rooting.
  • Interactive touch.
  • Display Capture.
  • Display Rendering.
  • Wireless Communication.

Image

alt tag alt tag alt tag alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages