Hello,
I have a listview say in this instance has the values:
UK, USA, FRANCE
These values are pulled from a static array held within my string.xml file. Additionally, within the string.xml is 3 arrays each referring to UK, USA and FRANCE & basically I want to load these arrays into a new listview depending on the users onclick event.
Essentially I dont know how to pass the users selection to the new listview and populate accordingly. I know the process incorporates the use of an intent but being an android newbie I am not exactly sure how!
Any help is much appreciated!
Cheers