Displaying string content from an arraylist (Android Studio)
I am trying to display all the String content from an arraylist, but the size of the arraylist is unknown (using Android Studio) So for example: fruit = new ArrayList<>() veg = new ArrayList<>() After some operations, now the story…