android-gpx-parser
android-gpx-parser copied to clipboard
A library to parse XML Gpx files, built for Android.
Description: The current implementation of the library supports parsing a specific extension, but does not provide a mechanism to parse other extensions that can be found within the `` tag...
I have GpxParser which crashes because some sites add extensions with prefixes. Example ``` 1205.75 yes path 2 ``` GpxParser cash on mtn:scale Will it be possible for the developer...
One exception occurred while using your framework: `Caused by: java.lang.IllegalArgumentException: Invalid format: "2024-12-04 10:42:31" is malformed at " 10:42:31" at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:953) at io.ticofab.androidgpxparser.parser.GPXParser.readTime(GPXParser.java:500) at io.ticofab.androidgpxparser.parser.GPXParser.readMetadata(GPXParser.java:369) at io.ticofab.androidgpxparser.parser.GPXParser.readGpx(GPXParser.java:108) at io.ticofab.androidgpxparser.parser.GPXParser.parse(GPXParser.java:83) at...