android-gfycat
android-gfycat copied to clipboard
Question
In MainActivity's createMediaPlayerForGfyItem(), what is the benefit of having a bunch of Observable.create(OnSubscribe).subscribe(/do stuff/)? I am wondering how this is better approach than simply executing /do stuff/ without RxJava. Thanks!