ablake / kotlin-news-for-android

A simple Android app for browsing Kotlin news, meant to demonstrate architectural principles and implement core functionality applicable to most apps.
Apache License 2.0
0 stars 0 forks source link

Handle web links #8

Open ablake opened 4 years ago

ablake commented 4 years ago

Many reddit posts are links to articles and websites. We should handle these by either using a WebView or an ACTION_VIEW intent, which will open the link in the user's preferred browser.