关于 TabActivity、ActivityGroup 和 Activity
我有一个TabActivity,它承载一个ActivityGroup。ActivityGroup启动了一个活动,当我按下后退按钮时,哪个“onBackPressed”方法将被调用?
I have a TabActivity,which host an ActivityGroup.the ActivityGroup started an activity,When I press the back button,which "onBackPressed" Method will be called?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您没有重写 BackPressed,则按后退将导致转到选项卡小部件之前的活动。如果您想覆盖此设置,您需要在选项卡下的各个活动中执行此操作。
If you have not overriddedn on BackPressed the back press will result in going to the activity before the tabwidget. If you want to override this you need to do it in the individual activites under the tab.