https://kotlinlang.org logo
Title
t

Travis Griggs

02/21/2023, 7:04 PM
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?
s

Sean Oh

02/21/2023, 7:05 PM
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

Chris Sinco [G]

02/21/2023, 7:43 PM
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

Travis Griggs

02/21/2023, 9:02 PM
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: