I Face the Problem that "The <App Name> has Stopped"
whenever I try to open the app it keeps stopping. This issue also comes in many other project also.
Here is my MainActivity.kt file
package com.shahid.timerlivedata
import android.annotation.SuppressLint
import android.os.Bundle
import android.widget.TextView
import android.widget.Toast
import androidx.activity.enableEdgeToEdge
import androidx.appcompat.app.AppCompatActivity
import androidx.core.view.ViewCompat
import androidx.core.view.WindowInsetsCompat
import androidx.lifecycle.Observer...