First of all, I'm very new to Android, I need you to be very specific and clear when you're explaining something - to the question:
I have a JSP page, which is displayable in my phone. What I want to accomplish is to open an app - in the phone, from my JSP page.
My JSP page looks like this so far:
<td> <button type="button" class="btn btn-xs btn-primary openAppButton">Open App</button></td>
I have no JavaScript/jQuery yet because I don't know how to do this.
My Android App is just a recently created "Hello World" by the name "MainActivity".
Does anyone have any idea of how to do this? Is this possible using jQuery/Ajax?
Any help is greatly appreciated!