Get back to a fragment from an Activity

前端 未结 10 1897
野趣味
野趣味 2020-12-09 05:10

I have three fragment in an Activity C. they are behaving as tabs. I have to go from a fragment to a new Activity X. Now i want to come back to fragment from Activity X.

10条回答
  •  醉梦人生
    2020-12-09 06:10

    if i want to go back to an Activity to another activity i override on back pressed and using intent call that actvity

    Normally, if you want to go back you don't have to do something. Pressing the device's hardware Back button will take you to the previous activity with the corresponding tab already opened.

提交回复
热议问题