Android Studio – Going back to previous activity onBackPressed
I have a cartActivity and when I click the proceed button it goes to PaymentActivity. Now, If I click baack button from the paymentActivity I want to go back to the CartActivity. CartActivity class CartActivity : AppCompatActivity() { lateinit var…