简体   繁体   中英

How can I call another android application in my android application's user interface?

I working on a android application which acts like a menu. There is 2 button on it and One of them have to call navigation application (google navigation,sygic or tomtom) but it must be in my application, it must not open another activity or page. Is it possible ? Thank you

Is it possible ?

Not generally. It is theoretically possible that "sygic or tomtom" have some sort of API for this, but since sharing a UI between processes is rather difficult in Android, I will be surprised if those firms created such an API.

You are welcome to find some firm with an SDK for navigation and integrate that with your application. Note that most likely there will be substantial licensing fees.

You are also welcome to investigate Web-based navigation solutions, embedding them via a WebView . Once again, I would expect there to be licensing fees.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM