Under the Hood: How Compose Multiplatform Opens a URL
As mobile developers moving into the Multiplatform space, we often take high-level APIs for granted. A perfect example is opening a hyperlink. In Jetpack Compose, we simply grab the LocalUriHandler and call openUri(). But what happens after that call...
softartdev.hashnode.dev5 min read