[android-developers] Re: Sending GPS coordinates to a server

2016-08-01 Thread Neeraj Upadhyay
On Thursday, March 22, 2012 at 11:34:14 AM UTC+5:30, bhuvan wrote: > > Hi Iam doing a project on vehicle tracking , For which i have chosen > the cheapest method of tracking, that is by using an android mobile > with an application which could send the coordinates of the locations > to a serve

[android-developers] Re: Sending GPS coordinates to a server

2013-01-08 Thread Sohail Ahmed
Hey Bhuvan i have the same project like yours , I m also very new in Android Development but somehow i have managed my android app to send the cordinates to my server but still have some issues in it which we can discuss with each other. Add me sulp...@gmail.com see my post from here : http://

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-04-08 Thread Bhuvan Chandra
Iam very much new to the java programming , but i have developed an application by modifying a sample code from a website which could give the current location coordinates and keeps on updating using the gps in the mobile.But i want to know how to send these coordinates to a server which i could a

[android-developers] Re: Sending GPS coordinates to a server

2012-04-02 Thread ZeroOne
Just to establish the baseline so that we know what we can assume... Have you ever programmed anything else before? Do you know Java programming at all, or is this your first Java programming project ever? I'm proficient with Java but new to Android so I found this thread when struggling with getti

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-30 Thread lbendlin
"science background" - good one. Keep it up. On Thursday, March 29, 2012 1:43:17 AM UTC-4, bhuvan wrote: > > Actually i come from a science background and iam not an android developer > , i was trying to develop an application for the sake of my project - > Vehicle tracking using a mobile, I wo

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
ok, First your create your Tracking Application with the use of Location Manager (Try to search over Google) many application there. in that application you found onchage method there you call your webservice or handler file using "CustomHttpClient" On Thu, Mar 29, 2012 at 11:20 AM, I-Sheng Li

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread I-Sheng Lin
I like this topic... On Thu, Mar 29, 2012 at 1:43 PM, Bhuvan Chandra wrote: > Actually i come from a science background and iam not an android developer > , i was trying to develop an application for the sake of my project - > Vehicle tracking using a mobile, I would be very thankful to u if u co

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Bhuvan Chandra
Actually i come from a science background and iam not an android developer , i was trying to develop an application for the sake of my project - Vehicle tracking using a mobile, I would be very thankful to u if u could explain to me in simple terms how to do it, I couldnt understand what u have men

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
Hello, First you create Handler file or Web service which store data over server and then call that file through your Android application on Location onchange function to pass all the values to file. On Thu, Mar 29, 2012 at 11:04 AM, Bhuvan Chandra wrote: > By sending the coordinates

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Bhuvan Chandra
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 serv

[android-developers] Re: Sending GPS coordinates to a server

2012-03-26 Thread Ali Chousein
> 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 sid