Bonjour,
I have 3 different applications running on tablets (ASUS TF101):
a phonebook with generic search on company name or contact name (39 000 phone nbrs), this one works perfectly on phones.
a kind of CRM (8000 customers with their key figures),
and something to compare products and access to technical docs on pdf.
they are using the same DB (18MB today).
I would like to show the user only one application showing the 3 options,
this app would start by asking a code and after 3 errors would delete the DB and the folder containing the technical docs (this is to protect the content in case of tablet lost or stolen). From this app, I would store somewhere in a file a kind of key which would be checked by the called apps.
So my question is just: how to launch another independent apk? (detailed exemple).
Sorry, I did'nt find the way to do it in the doc neither in this forum...
PS: sqlite on tablets provides excellent response time on tablets and the salesmen where I work are full of respect to me because of B4A...
I have 3 different applications running on tablets (ASUS TF101):
a phonebook with generic search on company name or contact name (39 000 phone nbrs), this one works perfectly on phones.
a kind of CRM (8000 customers with their key figures),
and something to compare products and access to technical docs on pdf.
they are using the same DB (18MB today).
I would like to show the user only one application showing the 3 options,
this app would start by asking a code and after 3 errors would delete the DB and the folder containing the technical docs (this is to protect the content in case of tablet lost or stolen). From this app, I would store somewhere in a file a kind of key which would be checked by the called apps.
So my question is just: how to launch another independent apk? (detailed exemple).
Sorry, I did'nt find the way to do it in the doc neither in this forum...
PS: sqlite on tablets provides excellent response time on tablets and the salesmen where I work are full of respect to me because of B4A...