Hi, can anyone recommend. good sample project (or ...
# compose
r
Hi, can anyone recommend. good sample project (or real one) that uses Compose? I am particularly interested in how the composables are held in various packages and files along with examples of unit testing.
a
This is where the official samples are: https://github.com/android/compose-samples
s
I found those pretty good, those actually have some dependency injection and other typical stuff for real world scenarios https://github.com/chrisbanes/tivi https://github.com/FunkyMuse/Aurora
z
There's tons of tests in the Compose source on cs.android.com for eg the material components that might be helpful.