6
I have a demand where I need to import a file JSON
with 65k of records for my app Android
,after calling my service URL REST
the app starts importing the data but crashes after some time, I would like to know how to work with large volume of data in mobile applications.
Some points:
- I’d have to split this file?
Today he’s like this :
[{"codigoTabela":0,"codigoProduto":"623261","vendaAtual":83.4012,"vendaOferta":0.0000,"dataInicioOferta":"Jan 1, 1900","dataFimOferta":"Jan 1, 1900","totalRegistros":62314},
It has how to optimize this model?
Note: This app works normally with smaller data volume.
Hello I think this can help you,
 
 [http://answall.com/questions/404/qual-structure-json-usar-para-large-volume-data][1]
 
 

 [1]: http://.pt.stackoverflowcom.questions/404/qual-stacklowsstructure-json-use-for-large-volume-of-data-without-loss-of-performance
– Leonardo Rocha