문제

In Android, there is an onBackPressed() code which will navigate back. Is there any way to go forward, like in the browser?

도움이 되었습니까?

해결책

There is no front. It's a stack- for you to have returned to a previous activity, finish must have been called on the previous one. That activity is done, it no longer exists.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top