Activity切换问题-Android
我正在尝试从我的应用程序切换到不同的活动。新活动有一个 webview 布局。当我按下回车键时,我几乎一秒钟都看不到新的活动,然后我又回到了原来的应用程序。有人可以告诉我更多这方面的信息吗?
I'm trying to switch to a different activity from my app. The new activity has a webview layout. When I press the enter key, I can see the new activity hardly for a second and then I'm back with original app. Can someone please tell me more on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你的新活动可能会被调用完成之类的东西破坏。
I think your new activity might be destroyed by something like calling finish or something like this.