My project scope is on android forensic.
1. After extracting all the information from an android phone, the information is saved to an excel file. Currently, I'm trying to transfer all the data saved in the excel file to MySQL database in Java.
2. After which, implement a feature that sorts all the data extracted in a time-based(earliest to latest timing)order, like a timeline. And I'm unsure how to go about implementing this. Thanks
Current platform used:Eclipse/SQL