Hey, I want to learn compose and I am reading docu...
# compose
w
Hey, I want to learn compose and I am reading documentation for example: https://developer.android.com/jetpack/compose/lists Looks nice but reading sample code I can't see method MessageRow or PhotoItem and so one.. Would like to see how code looks like for it aswell. Is there any place where I can find missing code?
a
It’s just a basic data class and Composable function. Not standard API
l
IMO that should be treated as a layer of abstraction - there’s no real implementation, instead they just give you an example of “what that view could do”
w
Ok, thanks.