https://kotlinlang.org logo
#compose
Title
# compose
w

wiktorl4z

03/02/2021, 1:50 PM
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

allan.conda

03/02/2021, 1:51 PM
It’s just a basic data class and Composable function. Not standard API
l

Lukasz Burcon

03/02/2021, 1:51 PM
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

wiktorl4z

03/02/2021, 1:59 PM
Ok, thanks.