It looks like his example has the user actually typing in some
coordinate data to the notes field for a contact. It'd be hard to give
you sample code in that case. It really depends on what they have
written in the notes. It could be the recipe for bushs baked beans for
all you know, but let's assume you tell the user to input in the form:
latitude,longitude. All you'd do is read the notes and then
coords.split(","); along with casting those values to a number of some
sort. From there, I'd guess loc is just a Location built with that
coords data.

On Apr 12, 4:43 pm, navdev <[EMAIL PROTECTED]> wrote:
> Hi
> I have seen this Tutorial by  Reto Meier 
> athttp://blogoscoped.com/archive/2007-11-19-n27.html
>
> A part of code says to process the lat/long from the
> coordinates
>              ... [ Process the lat/long from the coordinates ] ...
>              ... [ Storing their location under variable loc ] ...
>
> Can some one tell me what exactly this means and what I should do, can
> you show me a sample code?
>
> Thanks
> NavidAC
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to