is anybody trying out the jetpack compose stuff? i...
# android
j
is anybody trying out the jetpack compose stuff? it doesn't seem to work with LiveData... at least, not how i'm trying to use it! there is only 1 page on the internet dealing with this combination...
w
#compose
j
👍
y
You wouldn't need LiveData AFAIK. You can annotate your data models with
@Model
and the compose compiler will rebuild views when this model changes.
a
You can use LiveData though - see recent threads in #compose for a snippet
j
Hi Adam. Thanks, yeah I was using that snippet... there in more information in my post over there in #compose
👍 1