My friend has a Phonegap application (written in JavaScript) that starts off with something similar to a gridview. I want to add a new item to this gridview and when the user clicks on it, I want to launch an Activity that I have written in java. Is this possible?
Best,
Aneem
Yes, it is possible. You can create a plugin and use
this.ctx.startActivity(intent)in theexecute()method.