Updating The Relative Time In Android
I am developing a Twitter client application. As with other twitter clients, I would like to display the relative time of tweet with respect to the current time. I am using a list
Solution 1:
You will have to incorporate on your adapter a recalculation every X seconds. And if you update your adapter, the listview will update itself too.
Post a Comment for "Updating The Relative Time In Android"