I plan to make a large app consisting of multiple small apps with specific functions. The idea was to call one app from another and pass parameters.
To test this idea, I created a small app and then designed another app to call the 1st app. I used ActivityStarter for this. According to the documentation we need to use the following two lines of code:
ActivityPackage: appinventor.ai_HomerSimpson.HelloPurr
ActivityClass: appinventor.ai_HomerSimpson.HelloPurr.Screen1
My issue? Getting the source code, find the file youngandroidproject/project.properties
and the first line with " main=
". (for the package and class name).
I tried unzipping the apk files then tried the aix files, to no avail. I just couldn’t find the file youngandroidproject/project.properties
I even tried logic by attaching my user name and app name (the app, designed on AppInventor, was already installed in my android phone (One+5)) .(see below):
ActivityPackage: appinventor.ai_Lavanian.AmbuApp01
ActivityClass: appinventor.ai_Lavanian.AmbuApp01.Screen1
This would only freeze the app.
So I added error trapping to the code and this is the error I got:“601, No corresponding activity was found”
Please help me find a way to call an external app and pass parameters to it.
Thank you, in advance.
Rgds,
Dr. Lavanian MBBS