Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bus Stops Slows Down Phone when Adding to Map #4

Open
epicstar opened this issue May 7, 2016 · 1 comment
Open

Bus Stops Slows Down Phone when Adding to Map #4

epicstar opened this issue May 7, 2016 · 1 comment

Comments

@epicstar
Copy link
Member

epicstar commented May 7, 2016

I propose that this is happening because we loop all bus stops being loaded on the main UI thread. We can probably do this more reactively by doing the loop on the background thread and push the bus stop map creation on the UI thread.

@epicstar epicstar added the bug label May 7, 2016
@epicstar epicstar added this to the First Release Milestone milestone May 7, 2016
@epicstar
Copy link
Member Author

epicstar commented May 7, 2016

It's also possible that the phone we are testing is just way too slow.

@epicstar epicstar changed the title Bus Stops Make App To Slow when Adding to Map Bus Stops Slows Down Phone when Adding to Map May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant