I need to know if there is something like a timespan in android development?
in C# there is something like and I like to use it in two ways:
Android has DateUtils, the method "formatElapsedTime" does what you need if you give it the right input.