Is my understanding right that back press handling...
# compose
z
Is my understanding right that back press handling / back stack functionality is not supported, but is on the roadmap at some point? I'm playing around with something related to this and would be curious what's the official standpoint on this. Thanks!
w
Afaik backstack handling will likely be implemented using Android Navigation Component, with Compose-specific navigators etc.
That is, entire navigation will be implementable using navigation component, and that includes backstack management 🙂 As for back press handling, I’m sure something will be available if it’s not there yet