Details
-
Sub-task
-
Status: Accepted
-
Not specified
-
Resolution: Unresolved
-
None
-
None
Description
Currently colocal activities have a pointer to their parent activity which allows them to extract variables calculated in onCreate()/onStart? directly without having them explicitly passed to the class.
This should be removed and a more general parameter passing mechanism used instead. It would almost certainly allow code to be commoned up with the new alias generation, and out of line C++ functions.