Skip to content

Instantly share code, notes, and snippets.

@ihfazhillah
Created May 16, 2021 14:20
Show Gist options
  • Save ihfazhillah/62df3db013257e980a0210f53f48832f to your computer and use it in GitHub Desktop.
Save ihfazhillah/62df3db013257e980a0210f53f48832f to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
val webview = findViewById<WebView>(R.id.webview)
webview.loadUrl("https://remoteworker.id/blog/blog-1")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment