Routelandia / routelandia-android

The Android client for Routelandia
Apache License 2.0
1 stars 0 forks source link

Stations should be rendered as each async call returns #81

Open joshproehl opened 9 years ago

joshproehl commented 9 years ago

We should remove the title page and the spinner and move straight to the map, load that, display a spinner, and render each segment as the async calls return. (Or possibly when they're all done if needed...)

locdle commented 9 years ago

if you want to render each segment in async task, you can do it onPostExecute method

joshproehl commented 9 years ago

The problem is gonig to be figuring out how to pass the correct callback all the way down in to the onPostExecute. I pushed my WIP to joshproehl/actual_async with how I was starting to work towards this.