Hi Aaron, Time (as stated here http://developer.android.com/reference/android/text/format/Time.html ) should be faster and looks more programmer friendly to me (you can set the date directly with numbers, in case of Date you have to do it through Calendar), although right now I'm using Date + Calendar in my current project and I don't see any slowdowns or problems. Depends probably what you want to do, if you want to work with time more intensively, I would suggest you try the Time class, otherwise I doesn't matter that much I suppose.
Best regards, Filip Havlicek 2010/10/26 Aaron <[email protected]> > Which one should I use java.util.Date or android.text.format.Time? It > seems you can accomplish what one needs to do with either. What I > need to do is at times get the current date and time and sometimes set > a date and time specified by the user. > > -- > 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]<android-developers%[email protected]> > 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 [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

