philm icon indicating copy to clipboard operation
philm copied to clipboard

About Task(Runnable)

Open frodoking opened this issue 11 years ago • 0 comments

1.this task cannot canceled? 2.about this code :

At BaseMovieRunnable<R> ...{ // ... @Override public void onPreTraktCall() { getEventBus().post(createLoadingProgressEvent(true)); }

// ... @Override public void onFinished() { getEventBus().post(createLoadingProgressEvent(false)); } // ... } If I have more than one request in multiple pages, use same Event at same time, it's really work?

frodoking avatar Mar 09 '15 09:03 frodoking