Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap - launch an other app from current app

I'm developing a phonegap based app for android and wondering how to run another app or even go to the android marketplace when the wished app is not installed in current device.

Any help would be appreciated.

like image 742
bofanda Avatar asked Mar 02 '13 15:03

bofanda


1 Answers

Yes Dozent, it is possible but you'll probably end up needing to write a plugin to call an Android Intent. Many of the core PhoneGap API's like Camera use Intents.

http://developer.android.com/guide/topics/intents/intents-filters.html

http://wiki.phonegap.com/w/page/36753494/How%20to%20Create%20a%20PhoneGap%20Plugin%20for%20Android

like image 65
AndroidEnthusiastic Avatar answered Sep 28 '22 00:09

AndroidEnthusiastic