Can I safely assume that <https://github.com/andro...
# compose
t
Can I safely assume that https://github.com/android/compose-samples is relatively current/idiomatic for examples/guidance on how to accomplish things with Compose?
👌 2
s
unfortunately I couldn't find any TV app references there. Thank you though for some reason I thought this was an answer to my question above. Sorry for the confusion
c
Yes, it’s maintained by our DevRel team with every release
Though if you are looking for a more real-world production app using Compose, I’d refer to the Now In Android sample
The Jet samples on
compose-samples
are meant to teach specific concepts on Compose, and less on other Android development topics like architecture, performance, etc
t
That's perfect for me, because the main thing I'm chasing right now is how to unlearn X years of MVC view tree style programming and recast my existing UI as mocked components
thank you color