waterdrake

Results 9 comments of waterdrake

@yamankatby I meant a server-side Java client. Similarly how you can interact with Firestore with Java from a server environment (and make writes/reads/etc), NOT from Android in Java. See how...

I have also noticed that the caching is a little slow if your network isn't fast.

+1 - Any updates on adding caching support? Or, does anyone have any suggestions on how to implement your own version of video caching?

@EzequielAdrianM Can you point me to where I can learn about how to configure those camera settings you mentioned?

The use case is to download an image, calculate its dimensions (which we do not know until we download the image) and then update the scale type of the image...

So use `zoomImageView.moveTo(zoom, x, y, true);`?

It would be great if we could just pass in a full path for the output file. The old version used to do that. By passing in a full path...

@wxxsw Can you give an example of what you mean by generating a normal AVPlayerItem at play(for url: URL)?