Tuesday, September 6, 2011

[android-developers] Re: [ASK] HOW TO SEND LONGITUDE & LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

Okay Kris.. Thanks for your explanation.. :) well, if i'm using email
service to send and receive longitude & latitude.. what reference that
i can use to send & take data from email?? so my application can send
it automatic periodically and another phone can take that data longlat
from email, then tracking it and show the location in Google Maps
API.. it's like mobile tracking without server.. any solution?? thanks
before.. CMIIW.. :)

On Sep 6, 10:18 pm, Kristopher Micinski <krismicin...@gmail.com>
wrote:
> A simple overview?  Well first, you'll need to physically get the
> location, using something like LocationManager.  After that, you'll
> want to actually *send* it using some sort of internet backend.  There
> are a variety of ways you can do this, but it all requires a bit of
> planning, one solution might simply be to send the other person an
> email, right?  However, the other requires that you have some sort of
> background daemon running on the other device using something like an
> AlarmManager, which can periodically check to see if some data from
> another phone has been sent over the web (of course, you'll need the
> internet to do this...) For the physical backend communication, you'll
> need some sort of dedicated internet service, there have been some
> mentioned on the list over the past few days, if you'd like me to
> point you at one...
>
> Kris
>
>
>
>
>
>
>
> On Tue, Sep 6, 2011 at 7:27 AM, dede pradana <de.pri...@gmail.com> wrote:
> > i'm newbie.. give me your explanation master.. thx before,, :)
>
> > --
> > 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

--
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