tags:

views:

55

answers:

1

If i got a new message, in notification expanded view it shows only time. suppose If i got a message today(i.e on 06/06/2010) it should display simply a string "Today" and tomorrow it should show date on whilch message was received i.e it should display date 06/06/2010

A: 

You'll need to write a custom DateFormat object, and then call DateFormat.format(Date)

jwriteclub