Android 应用程序在另一个应用程序中
Android 手机中的地图或纬度应用程序。我想在我的应用程序中使用这些应用程序。 只是想知道可不可以?
Maps or Latitude application in the Android Mobile.I want to make use of these applications into my application.
Just want to know whether it is possible or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Google 地图库来做到这一点。
请查看此处的文档。
You can do that using the Google Maps library.
Take a look at the documentation here.
我假设您的意思是从您的应用程序内启动这些应用程序。要启动地图应用程序,您可以使用以下意图
I am assuming you mean launching these apps from within your app. For Launching the Maps app you can use the following Intent