I have list of events in recyclerview and in each row I want to show the time elapsed since the event with precision to seconds. The event objects have property time as Instant (from java8 datetime api). How can I update the time data every second?
stackoverflow 3
m
miha-x64
05/22/2017, 2:54 PM
cuddlecheek: I can share a working solution with you, but it is designed to work with Date & Calendar.