Apologies if any of the terminologies i've used is incorrect, i'm currently doing an online learning course and still very new to java/Android development.
I'm trying to write a location recorder app that will save your route to a file. I've got an ArrayList of Location objects however I am unsure on how I can save the contents to to a file on the device
I've tried to serialise the Location objects however I get an '''java.io.NotSerializableException: android.location.Location''' error.
Any suggestions?