Hi,
I am developing a remote desktop administration tool for Android based phones for my final year (Computer Science) project. The application consists of a server and a client. The server will be run on the remote computer and the client is an Android application running on the phone. The server will capture the screen of the computer on which it is running, convert the image into a byte array and transmit it over to the client. My problem here is "how can I reconstruct the byte array back into an Image and draw it on the phone."?
I need help please.
Best Wishes,
Edward Pie

