I am Android Developer from India. Always Loved to program high-quality apps to make human life easy. you can always find me on GitHub.
Nothing here yet.
Dec 23, 2022 · 1 min read · fun Context.openLink(link: String) { var url = link if (!url.startsWith("http://") && !url.startsWith("https://")) { url = "http://" + url } val browserIntent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) startActivity(brow...
Join discussion