What exactly do you mean by the GPS time? I haven't done any GPS programming for Android but I would assume the current time/date would not be provided by the GPS API...
If you just want the current time, you could use the currentTimeMillis() method but I'm not sure exactly what class that is on. Or you can create a Time object (android.text.format.Time) and call the setToNow() method on it. --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

