vidriloco / WikicletaAndroid

The code of the mobile app Wikicleta for Android
0 stars 0 forks source link

Improve performance of ecobici layer #32

Closed vidriloco closed 10 years ago

vidriloco commented 11 years ago

A naive first approach is:

vidriloco commented 10 years ago

The key class on fetching the Ecobici markers is BikesSharing, while LocationAwareMapWithMarkersActivity handles the marker attaching and dettaching from the map, on method overlayFinishedLoadingWithPayload. While a webservice is setup that fetches only the markers on the map area, some workaround this issue which improves performance should be found.