如何在android应用程序中将Activity移动到mapActivity
我有一份申请。当我们单击“帮助”按钮时,我需要显示地图视图。实际上,“帮助”按钮位于一个类中,而谷歌地图位于另一类中。现在我们如何从另一个活动类调用一个地图活动类。
I have one application. I need to display a map view when we click on Help button. Actually the Help button is in one class and google map is in another class. Now how can we call one map activity class from another activity class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用 Intent 启动 Activity:
You launch the activity using an Intent: