Variable 'result' must be initialized
I INITIALLY INITIALIZED RESULT IN THE BEGINNING OF THE OVERRIDE FUN doInBackground()
but during the return result it is showing that (Variable 'result' must be initialized)
in the android studio its showing underline red mark under the return result.
this code in in kotlin
i am writing this because stack overflow showing this to me
here is the code
package shubham.lists.simpleapicalldemo
import android.app.Dialog
import android.os.AsyncTask
import androidx.appcompat.app.AppCompatActivity...