Skip to content

Instantly share code, notes, and snippets.

@ihfazhillah
Created May 16, 2021 14:24
Show Gist options
  • Save ihfazhillah/6f63a3b098f4783575b1adddc2196d2e to your computer and use it in GitHub Desktop.
Save ihfazhillah/6f63a3b098f4783575b1adddc2196d2e to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
lateinit var binding: ActivityMainBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)
binding.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