Page MenuHomeGitPull.it

Update mechanism to load stops in map
Closed, ResolvedPublic

Description

Stop Markers should be kept in the Activities and (preferably) never removed. Just add the new ones when the user scrolls.

Bonus points:
Create a method in the ContentProvider so we can reuse the same query elsewhere

Revisions and Commits

Event Timeline

fabio.mazza triaged this task as Normal priority.
fabio.mazza created this task.
fabio.mazza created this object in space S1 Public.
fabio.mazza added a subscriber: andrea.ugo.

This is done, but no ContentProvider method has been created.
No bonus points given.

This is solved, in a not extremely complicated but functional way (AsyncTasks will never die lollone)