arifnadeem

Results 7 comments of arifnadeem

I won't be able to attach a video, but here are steps to reproduce 1. Enable both screen orientations 2. Scroll content and rotate device from portrait to landscape and...

Thanks for the prompt reply, have a nice day too.

@youfacepalm When onDestroy() of Fragment is called it calls destroy() method from the Presenter, this was intended to do the clean up work, if you look at the destroy() method...

Yes ViewModels look like an unnecessary overhead in this particular example, they do too little and they should manage Disposable which right now they aren't!

AndroidSchedulers.mainThread() is not from Android SDK, it is part of RxAndroid library, you can write your own scheduler and remove AndroidScheduler.

I agree, we can compose this thread switch in the view and then let the ViewModel do the actual subscribe().

I encountered this issue 2 times today, I cannot figure out why, I am registering my service in Manifest. It crashes on this line me.tatarka.support.internal.job.JobSchedulerService.finishJob (SourceFile:212) Any suggestions on how...