Wednesday, October 12, 2011

[android-developers] Re: Is it possible to create a app that's connected to a desktop client.

Hi
I did it with Chilkat for Android (Socket lib)
It was Great!
Open a port in your client and make sure you can see your device over
the net by pinging its ip address.
add firewall exception on that port which is being used by your client
app
use sample code for c# cause it can be easily converted to Java.
www.example-code.com/android/default.asp
its free for 30 days.
kind regards
senamas


On Oct 11, 6:08 pm, Jin <eeyc...@gmail.com> wrote:
> Hi I've been doing a bit of research and am wondering if its possible
> to connect a android made application to a program on a PC.
>
> For example User 1 on the Desktop PC, User 2 on the mobile device.
>
> User 1 asks for user locations,User 2 gets notification to requesting
> location they accept and it sends details to user 1.
>
> User 1 program gets updated and a icon appears on a map where the user
> 2 is. User 1 places a icon on the map
>
> User 2's own map gets update with icon where user 1 placed it.
>
> Regards
>
> Jin.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment