Here you are:
I made some changes:
- renamed the layout for the Main module from "1" to "main"
- Dimed the List object in Process_Globals instead of Globals. That way it is also available in the resutl module.
- added a back button in the result module.
It depends on what you want to do. In some cases using the index can be usefull if you need it as an index for other variables. Otherwise if you only need the value use it as it is.
In your second program you have prepared all EditText event routines. There is nothing in there yet because using these depends on what you want to do.
I was stuck to make a link code with the editText and the label on
the other panel, the same with the ImageView, so it would behave like
the spinner example (without the index).
That's why I left it open, after several try outs with dozens of compiling errors.
Now I will check your solution and will come back to you a.s.a.p.