How to convert audio Mediastore Duration to minutes and seconds?
问题 I'm using the audio player tutorial from androidhive.info and in the SongsManager.java I'm trying to convert duration to minutes and seconds. I've managed to do it but I keep getting a NumberFormatException which I don't know how to deal with. Part of the code is here: public ArrayList<HashMap<String, String>> getPlayList(Context c) { String selectionMimeType = MediaStore.Files.FileColumns.MIME_TYPE + "=?"; /*use content provider to get beginning of database query that queries for all audio