Sylvain Rio
Sylvain Rio
I will take a look to support Android Auto (already did it for newpipe)
Some progress :blush:   
> I already build it to test it in my car, I 'll be back with more info! :D It's not finished, it lacks the datasource and some adjustments (icon,...
>  Unfortunately it didn't work. I enabled developer settings and unknown sources just in case but nothing. Should I do something else? Maybe mess with the Application mode? Hmm...
Working implementation for test available here : https://github.com/sriio/ViMusic/releases/tag/test1. You can play a playlist or a specific song (favorite). What it miss atm : - Random favorite songs - Recent songs...
New build here : https://github.com/sriio/ViMusic/releases/tag/test2. Added : - Icon and thumbnail - Random play for favorite songs - Add recent songs (same as in homepage) + random play Missing :...
Last build available here : https://github.com/sriio/ViMusic/releases/tag/lastest Added : - Implement queue in MediaSession and seek on it - Add cover in view (to not break anything and display it, you...
Many : - Reduce memory (example : with an Angel application, before ~250mb after ~30mb) - Reduce startup time - Better performance overall - Easier deployement - Lighter docker image...
> How does this compare to snapshotting? A simple, snapshotted Aqueduct app is showing up as 39.6MB of runtime memory usage. Memory usage are similar between snapshot jit and aot....
> Is deployment really easier? If you're containerizing, I don't see much of a difference here? In my case, I containerize my app but maybe not everybody ... > Is...