ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

Downloading data only if sources or radius is changed #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Actually when switching back to the camaraview all data gets downloaded also if 
there are no changes. It would be a nice feature if only new data is downloaded 
(keeping track which sources got selected/unselected and downloading the 
according data)! 

Original issue reported on code.google.com by jakob.ob...@gmail.com on 16 Dec 2010 at 8:31

GoogleCodeExporter commented 8 years ago
Right. And maybe kind of an async download in background, drawing POIs as they 
get downloaded, without having to wait for the complete data set.

Original comment by netserve...@gmail.com on 24 May 2011 at 4:19

GoogleCodeExporter commented 8 years ago
At my new data structure source I have fixed this problem. (@ my fork)
Now it will only download when sources or radius has been changed.

https://github.com/eXaLy/mixare-iphone

Adding own datasource doesn't work yet. I'm still working on the new data 
structure.

Original comment by aswin...@gmail.com on 22 Oct 2012 at 1:43

GoogleCodeExporter commented 8 years ago
I made an edit. Now it downloads only the new selected data source.

Original comment by aswin...@gmail.com on 23 Oct 2012 at 12:43

GoogleCodeExporter commented 8 years ago
Actually I fixed this already. Exactly what you want.
Only someone should check my source.

Original comment by aswin...@gmail.com on 26 Oct 2012 at 11:49

GoogleCodeExporter commented 8 years ago
Added pull-to-refresh redownload the datasources. 

Original comment by aswin...@gmail.com on 29 Oct 2012 at 11:26