> 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, noone 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 [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

