When i press a button in my app, I need to return to the last activity.
Any ideas?
when using fragments:
getFragmentManager().popBackStack();
or
getSupportFragmentManager().popBackStack();
if you are using android.support.v4.app package