i've create a ListView populated by the data returned from a query. It works, but in the LogCat i've the message:
Cursor Window: Window is full: requested allocation 444 bytes, free space 363 bytes, window size 2097152 bytes
and i use a couple of minutes for load / visualize the ListView.
My query returns about 3700 rows of String/Int/Double, each of which with 30 columns; nothing images o particular datatypes
What exactly means this message and how can I avoid it? you can improve performance by changing this Cursor Window?
i've create a ListView populated by the data returned from a query. It works, but in the LogCat i've the message:
Cursor Window: Window is full: requested allocation 444 bytes, free space 363 bytes, window size 2097152 bytes
and i use a couple of minutes for load / visualize the ListView.
My query returns about 3700 rows of String/Int/Double, each of which with 30 columns; nothing images o particular datatypes
What exactly means this message and how can I avoid it? you can improve performance by changing this Cursor Window?
0 commentaires:
Enregistrer un commentaire