Hi,
I am currently writing an app for class whereby I am trying to send two arrays to a second class in order to display them in a table (each has a column using TableLayout).
So when you click the button, two ArrayLists are created that need to be sent over. So far I am getting a...