You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
michael-mckenna
changed the title
Make CreateNewEventActivity Parase interactions a asynchronous task
Make CreateNewEventActivity Parse interactions a asynchronous task
Dec 4, 2015
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.
The text was updated successfully, but these errors were encountered: