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