另一个应用程序内的Android应用程序

问题描述:

Android Mobile中的Maps或Latitude应用程序。我想将这些应用程序用于我的应用程序。 只是想知道它是否可能?另一个应用程序内的Android应用程序

我假设你的意思是从你的应用程序内启动这些应用程序。对于启动地图应用程序,您可以使用以下意图

Intent URI :(one of the following) 
geo:latitude,longitude 
geo:latitude,longitude?z=zoom 
geo:0,0?q=my+street+address 
geo:0,0?q=business+near+city 

Intent Action : VIEW  

您可以使用Google地图库来做到这一点。 查看文档here