Re: [android-developers] Re: RDP for Android

2012-10-16 Thread Nirav Parmar
Thanks Brad & bob for your suggestions...i appreciate your help.. On Mon, Oct 15, 2012 at 8:53 PM, bob wrote: > 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 pro

[android-developers] Re: RDP for Android

2012-10-15 Thread bob
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 se

[android-developers] Re: RDP for Android

2012-10-15 Thread Brad Justice
You could start with the open source client at rdesktop.org or the Java version properJavaRDP. Brad Justice On Friday, October 12, 2012 12:36:06 AM UTC-7, Nirav Parmar wrote: > > Hello everyone, > > I need to develop an app for remote desktop connection..searched > a little about that but didn'

Re: [android-developers] Re: RDP for Android

2012-10-14 Thread Nirav Parmar
Thanks Chris..I appreciate your help..Can you suggest me any link which i can refer .i mean what will be proper steps if i want to develop RDP app for android.. 1st as you suggest protocol docs...which i have started :) :) thanks again for that..it would be really nice if you can elaborate it littl

[android-developers] Re: RDP for Android

2012-10-13 Thread Chris Sarbora
Sorry, I would but I'm busy finishing up my "Remake Halo in 4 Easy Steps" blog post. RDP (or VNC) are very complicated. You won't find an example project out there. If you want to write a client, you'll probably need to start with the protocol docs. On Friday, October 12, 2012 12:36:06 AM UTC-