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

henrikhorbovyi

05/27/2020, 9:56 PM
Hello everyone, I know it's simple. but how can I change activity with compose? Specifically inside a click block of a ListItem.
c

Colton Idle

05/27/2020, 10:16 PM
Not only are you depending on an API that makes your widget impossible to unit-test,
👀 This sentence just made me realize how much I still have yet to learn. 😄
😄 1
☝️ 1
h

henrikhorbovyi

05/27/2020, 11:10 PM
@jim Thank you very much for your answer. I'm sure I know much more now 🙂 I'll fix my code to use a lambda so to the caller can invoke this and execute some action (change activity as I wish to do)
3 Views