Thursday, October 13, 2011

[android-developers] Re: android.text.format.DateFormat.format performance

Sure, if you don't care about localization issues.

On Oct 14, 5:26 am, Thierry Legras <tleg...@gmail.com> wrote:
> Hi,
>
> I am optimizing the critical parts of my code, and I coming to some
> ResourceCursorAdapter bindView method.
> Though the method is quite long, I saw on traceview that only 2 lines are
> taking 40% of the time in traceview; those are call to DateFormat:
>
> ((TextView)view.findViewById(R.id.EPG_list_item_hour)).setText(
>     android.text.format.DateFormat.format("kk:mm",beginTimeMilli) + " - " +
>     android.text.format.DateFormat.format("kk:mm",endTimeMilli));
>
> So just curious: Is there any more efficient way to transform a
> "timeMillisecond" time to a date string (in my case hour/minute)?
>
> Thierry.

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