What about startActivityForResult / Permission Req...
# compose
d
What about startActivityForResult / Permission Requests and all those stuff that was usually needed in an activity/fragment?
m
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
yeah I guess I have to start using it to really stop asking dumb questions 😄
a
The new activity result library is the integration point for those things and compose
☝️ 3
🧐 1