New
Unclaimed project
Are you a maintainer of Cicerone? Claim this project to take control of your public changelog and roadmap.
Changelog
🚦 Cicerone is a lightweight library that makes the navigation in an Android app easy.
fun WebView(url: String) = ActivityScreen { Intent(Intent.ACTION_VIEW, Uri.parse(url)) }