Hi,
I use HttpUtils2 (based on Erel's LargeFileDownload example) to access a csv file from a WIFI SD card in another device.
Is there a way to read the file without downloading it as the time taken increases as the file size increases.
Records are added to the csv file every second and the app needs to read each new record as soon as it is inserted and process it. So I only need to access one record at a time (last one written).
I cannot change the file type etc as the records are written by a Third Party application.
The file size can reach a size of 10mb approx.
Thank You,
Kind Regards,
Tom
I use HttpUtils2 (based on Erel's LargeFileDownload example) to access a csv file from a WIFI SD card in another device.
Is there a way to read the file without downloading it as the time taken increases as the file size increases.
Records are added to the csv file every second and the app needs to read each new record as soon as it is inserted and process it. So I only need to access one record at a time (last one written).
I cannot change the file type etc as the records are written by a Third Party application.
The file size can reach a size of 10mb approx.
Thank You,
Kind Regards,
Tom