Chandler Cheng

Results 5 issues of Chandler Cheng

In [Using Disposable in RxJava](https://mindorks.com/course/learn-rxjava/chapter/id/4/page/id/16 ) `disposables.clear()` is invoked in `onStop()` But in the comment and also [Github](https://github.com/amitshekhariitbhu/RxJava2-Android-Samples/blob/50cc3c388f93ebd3734264c5efe0bb09a6b027ff/app/src/main/java/com/rxjava2/android/samples/ui/operators/DisposableExampleActivity.java) `disposables.clear()` is invoked in `onDestroy()` BTW, there are several typos on the...

Followed every step of instruction but can not run the app in xcode Xcode version: 8.3.3 npm version: 5.3.0 node version: 8.4.0

Precondition Remove android:configChanges line in [AndroidManifest.xml ](https://github.com/MLSDev/RxImagePicker/blob/master/sample/src/main/AndroidManifest.xml)of sample project. Steps to reproduce 1. Use portrait mode, Go to Main activity 2. Click CAMERA floating action button 3. Rotate the phone...