Paul Blakely

Results 5 comments of Paul Blakely

I'll second this for another reason.. I have a ScalableVideoView inside of a fragment, and a helper class that downloads a list of videos to play them consecutively as soon...

Also seeing the same issue with a new Wittboy on version 0.7. Unsure if this is useful, but I'll add it here anyways. Logger: custom_components.ecowitt Source: custom_components/ecowitt/__init__.py:274 Integration: Ecowitt Weather...

In RxDart, a Future can be treated as a Single so this more or less already supports RxDart. It makes more sense to model API calls as Single anyways, since...

> the request is not trigger until you start listening the Observable, which is not really common in Dart As far as I know, this is how Futures behave as...

+1 for @bostrot 's answer. I found that I can remove the manifest entry for `"com.google.android.maps.v2.API_KEY"` entirely, and use `"com.google.android.geo.API_KEY"` instead. Perhaps the documentation should be updated?