Fixed
Status Update
Comments
sh...@google.com <sh...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
sh...@google.com <sh...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
pa...@tomtom.com <pa...@tomtom.com> #4
So when we can expect this promised 1.0.0 release :)? it's been almost month since 1.0.0-rc01. And this is serious issue with lifecycle of library building blocks that would be nice to fix before we gonna send our app to production.
Description
Library version used: 1.0.0-rc01 Devices/Android versions reproduced on: Any Android Auto version reproduced on: 6.1.610544-release
androidx.car.app.Session vs androidx.car.app.Screen
When app starts and screens are created I can see that session (
androidx.car.app.Session
) always getsonCreate
oronStart
calls before the screen (androidx.car.app.Screen
) does which is correct. Unfortunatelly, when app shuts down, normally the order should be reversed so I'd expect:Unfortunatelly the order goes like:
Session should be destroyed after the screen gets destroyed, not before. This is causing some nasty shutdown issues in our app.