How hard would it be to have Activity_Create work like Initialize in a class where you can customize it? Or even something like C++/C# and some other languages do with "static void Main(string[] args)" so we can pass values to an activity without needing Globals for everything.
To not break code we could even make a StartActivity2 (Even though all the numbered functions drive me nuts) that is able to pass an array called args that is just there and available like Sender is.
To not break code we could even make a StartActivity2 (Even though all the numbered functions drive me nuts) that is able to pass an array called args that is just there and available like Sender is.