minutes

  • Timecode Utility

    Today I’m sharing simple utility that I use from time to time when I need to convert time (see what I did there? 😀 ) It’s very useful if you build a FLV player for example, and want to convert the time into minutes:seconds Example of how to apply it to your project: import com.vamapaull.utils.TimeUtil;…