large file

  1. IndieDev

    Android Question [SOLVED] Out of Memory error trying to load a large CSV file

    Hi, I'm trying to load a CSV file from: https://data.covid19india.org/csv/latest/districts.csv Dim j As HttpJob j.Initialize("", Me) j.Download("https://data.covid19india.org/csv/latest/districts.csv") Wait For (j) JobDone(j As HttpJob) If j.Success Then...
Top