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

Move Connectivity To Service #6

Open
timstableford opened this issue Feb 9, 2017 · 2 comments
Open

Move Connectivity To Service #6

timstableford opened this issue Feb 9, 2017 · 2 comments

Comments

@timstableford
Copy link
Owner

The connectivity should be moved to a background service to allow notifications to be pushed when the app is not in the foreground.

@patrickjquinn
Copy link
Collaborator

I'm actually seeing a lot of warnings about dropped frames in the android debugger, suggesting that too much is done on the main thread (read: MainActivity.java), how much of this could be moved to background threads? (I cant believe that Android still doesn't give priority to GPU cycles at this stage in the game, its shocking).

@timstableford
Copy link
Owner Author

There are a number of long items done on the UI thread that could be moved. For now I've left them be because they don't have a notable performance impact. I'll take a look :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants