Guest User

Untitled

a guest
Jan 19th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. class MainActivity: AppCompatActivity() {
  2.  
  3. override fun onCreate(savedInstanceState: Bundle?) {
  4. super.onCreate(savedInstanceState)
  5. setContentView(R.layout.main)
  6. find<Webn>(R.id.webview).loadUrl("url")
  7. // watch(this)
  8. }
  9.  
  10. override fun onDestroy() {
  11. super.onDestroy()
  12. find<Webn>(R.id.webview).reset()
  13. }
  14. }
Add Comment
Please, Sign In to add comment