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

Daniele Segato

07/17/2020, 11:14 AM
What about startActivityForResult / Permission Requests and all those stuff that was usually needed in an activity/fragment?
m

Mark Murphy

07/17/2020, 12:23 PM
None of that changes much. You still have activities with Compose. You might still use fragments with Compose for a while, particularly when you are migrating an existing fragment-centric app to Compose.
d

Daniele Segato

07/17/2020, 12:35 PM
yeah I guess I have to start using it to really stop asking dumb questions 😄
a

Adam Powell

07/17/2020, 1:09 PM
The new activity result library is the integration point for those things and compose
☝️ 3
🧐 1
3 Views