Scott Cooper

Results 9 comments of Scott Cooper

Is this affecting all videos or only some of them? Are you connected to Wi-Fi, what device are you using, OS version etc. The YouTube player is quite buggy so...

I've done some investigation and it appears to be a problem on Google's end. Apparently a recent update to the YouTube app has broken some of the functionality of the...

Unless you have suggestions on how to prevent them all I can do is star the issue on Google code and put a warning in the example, thanks for pointing...

Hey @Fiddl3 did you ever get around to implementing this and sending a pull request?

I've just finished refactoring one of the screens in my app which is using Room as a datasource, the ViewModel is setup to receive the initial `Action` from a Fragment...

It may not even be necessary to define the Actions for external changes. For UI it makes sense because the Activity/Fragment knows about the ViewModel and needs to send something...

I've just run into the same problem when trying to use the Navigation Component. I was thinking along the same lines as you by introducing another emitter using SingleLiveEvent. That...

How are you subscribing/observing the navigation effects? I've just tested your scenario and although the LiveData is updated, the Observer isn't triggered until the app is resumed again, meaning no...

Could you not use camera2 if the device is running API 21+ and revert to camera1 when its API 19 and below? I haven't looked at the docs for either...