lukas

Results 129 comments of lukas

I just stumbled over this. I create [RFC 4180](https://datatracker.ietf.org/doc/html/rfc4180) CSV Files with help of [csv-writer](https://www.npmjs.com/package/csv-writer). I my end-to-end tests, I am using `papaparse` to parse and evaluate the result. According...

Have to mention that Login and Streaming is NOT working on Android devices. Everything else should be fine. Even Chromecast+Android is working (After you managed to login to netflix on...

This might result in receiving the stream through the Proxy as well, which is not really the best option

Possible, yes! But I am not sure about that.

You can capture/visualize your network traffic with capture tools, such as wireshark. This can help you finding the hosts your devices is connecting to. I don't know anything about youtube...

I extended MaterialLargeImageCard and overriding the build() method. However, I do not understand yet how to make the connection from there to my xml resource's imageview to load the data.

Hm, anyone?

I just tried it and there is no header appearing. Also the card cannot be expanded. I wonder what the reason for this restriction is?

If I build a custom card extending the Card class, I have header and extension features automatically built in. Using MaterialLargeImage class which also extends Card, it is not usable?...

Ha, cool! I will have a look in that! :) Cheers for the quick support!