Answers for "how to go back to another activity im android studio'"

0

kotlin return to previous activity

if you use fragment u should use

getActivity().onBackPressed();
if you use single activity u can use

finish();
Posted by: Guest on May-17-2020

Code answers related to "how to go back to another activity im android studio'"

Browse Popular Code Answers by Language