Sorry i really dont know how to do this, last resort but to ask. I wanted to add values to the string list. But my code is not working
private List<String> sample = new ArrayList<String>(){"item1","item2","item3"};
                Here it is:
List<String> sample = new ArrayList<String>(Arrays.asList("item1", "item2", "item3"));
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With