Array information to pass to another module

roarnold

Active Member
Licensed User
Longtime User
Afternoon,

I have my json information, 18 items in this case and could be 300, but all is well and I have it in a listview that I can scroll. My question is that when clicking on an item in the list is goes to the ListView1_Click where I would like to either do to things: one just list the contents of that array separate from all the others so that changes can be made if need be or two pass to another module to accomplish the presentation. The issue is that in the other module is does not recognize the listview information or the array. That said It may be easier to just alter the view to present only the info through another listview, scroll view or what have you.

Anyone have any suggestions? I appreciate the help.
Ron:sign0085:
 

roarnold

Active Member
Licensed User
Longtime User
Figured as much when I could not get it to work.

Out of curiosity, I have 1.90 installed and JRE 1.26 (I think on that one). Can I just install B4A 2.0 right over 1.90 with no issues?

Thanks,
R
 
Upvote 0

mc73

Well-Known Member
Licensed User
Longtime User
You can even start the new activity with its variables set in the previous activity, if declared as process_globals.
 
Upvote 0
Top