I’ve also updated the example projects, and in par...
# ballast
c
I’ve also updated the example projects, and in particular added “floating window” support to the Android project. Here’s a video showing how this could look in your apps. Sources are available in the example Android app
👏 2
Note that I do not intend to include this kind of functionality out-of-the-box on Android, as it would require adding dependencies to androidx libraries and maintaining stuff I’m not all that familiar with. Most notably, there is no state restoration with the fragments in this example, but it does show how Ballast Navigation could be combined with existing Android Fragment features to handle some more advanced navigational use-cases, and with a bit more care around managing the fragments, could be a great way to handle navigation in your non-Compose Android apps