[Solved] Can’t add to an ArrayList on Android Studio? [duplicate]
[ad_1] You can add objects. This is just a warning that your list is not generic. To make it generic, it should be: List<String> quotes = new ArrayList<>(); [ad_2] solved Can’t add to an ArrayList on Android Studio? [duplicate]