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

Make CreateNewEventActivity Parse interactions a asynchronous task #47

Open
liamfmoran opened this issue Nov 28, 2015 · 0 comments
Open

Comments

@liamfmoran
Copy link
Collaborator

Right now creating a new event feels slow because the UI thread is locked up as the app communicates with Parse and uploads the event information. This needs to be fixed by making the interactions with Parse an asynchronous activity using the AsyncTask class.

@liamfmoran liamfmoran added this to the Version 1.0 milestone Nov 28, 2015
@michael-mckenna michael-mckenna changed the title Make CreateNewEventActivity Parase interactions a asynchronous task Make CreateNewEventActivity Parse interactions a asynchronous task Dec 4, 2015
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

1 participant