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
Yeah, thanks for pointing that out, it should be done differently. The app has never been referenced as sample app but some people may look into it so it's better be fixed.
pilgr
changed the title
AsyncTask or UI Thread Okay?
[sample app] AsyncTask or UI Thread Okay?
Nov 15, 2019
According to the docs, read/write operations should happen in a non-UI thread like an AsyncTask.
However, the sample app show it's in the UI thread.
Can we get away with calling read/write in the UI Thread (for ex. an activity)?
The text was updated successfully, but these errors were encountered: