By sending the coordinates to a server I mean once u recieve the position
coordinates of the location they have to be transmitted to a server(By
server i mean our college server , The server which is used in our college
and which iam working on) so that the coordinates can be accessed from the
server and overlayed on a map from tracking the vehicle. Can anybody give
me an idea about how to code a program so that i could recieve the
coordinates of the location and directly transmit them to the server i
mentioned above

On Mon, Mar 26, 2012 at 12:41 AM, Ali Chousein <ali.chous...@gmail.com>wrote:

> > recieve the Location coordiantes
>
> http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android
> (The guidance provided by CommonsWare is simply excellent)
>
> > send them directly to a server
> This depends what type of interface you have at the server side.
> Without knowing the server side interface, no one can tell you how to
> communicate with it from an Android platform. First you need to
> clarify your server side architecture, a question which is not
> directly related to Android SDK. If the server you should send data is
> already there, contact the responsible people to find out its
> interface. If you should develop the server also, I guess you need to
> research the best practices for server side architectures to decide
> which one fits best your scenario.
>
> -------------------------------------------------
> Ali Chousein
> http://socialnav.blogspot.com | http://twitter.com/socialnav1
> http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
> http://www.codeproject.com/KB/android/PayGol-Android.aspx
> http://geo-filtered-assistant.blogspot.com
>
> --
> 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+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to