Hi guys! Am developing a remote desktop administration tool for the android and want to know how I can draw captured BufferedImages on the android.
The application consists of a server(running on the PC) and a client running on the android phone.
The server captures the PC's screen at regular intervals and sends them to the client. I now want to know how I can draw these BufferedImages on the android and also update it in realtime.
Hoping to get quick replies from u guys.
Thanks!