You could always look at the source to VNC.
Mainly, what you will be doing is constantly sending a screen capture back to the client. To minimize bandwidth, you will probably only send "what has changed." So, you will calculate the smallest rectangle that encompasses all changes and send that screen data as a compressed bitmap. On Friday, October 12, 2012 2:36:06 AM UTC-5, Nirav Parmar wrote: > > Hello everyone, > > I need to develop an app for remote desktop connection..searched > a little about that but didn't found any good explanation or example.. > Can anyone suggest a good staring point or some example which can guide ?? > > Thanks & Regards, > Nirav > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

