I want to create android app that reuses most of m...
# android
a
I want to create android app that reuses most of my web UI but with few native functionality. What is a good approach to seamlessly navigate between native screens and web ones? Is this a commonly solved problem? thanks
z
Many clothing apps such as HM/Otrium/Nike etc simply use WebView. I do notice it's often inside of a BottomBar in which another bar item navigates to a native screen
👍 1
a
Yeah @Zun noticed that too. I was wondering if there are patterns on reusing a webview instance and doing navigation. Thanks