I am trying to read a specific row and column from an ArrayList<String> to display it in a textview.
In a previous activity I read a Firebase table and stored all information selected by the user in an ArrayList<String>. I do a putExtra, and I recover all data by a Bundle. The ArrayList<String> recovered seems correct. But now I don't know what to do to read this ArrayList.
I've looked at different solutions in Stack Overflow and Github without success.
Have you any idea?
