<Need to update textview with url everytime when w...
# stackoverflow
u
Need to update textview with url everytime when webview url changes in kotlin Trying make a simple browser, and can't set a fild that will showing current webview's url. Tried override functions, but always says that "name of function" overrides nothing. Also can add that webview is within fragment. Maybe i can call this from mainactivity, but idk how. webview_fragment.kt package com.example.webviewapp import android.content.ContentValues.TAG import android.graphics.Bitmap import android.os.Bundle import android.util.Log import android.view.LayoutInflater import...