Android : Add or remove data from the array

on Monday, October 27, 2014


How can i add data into the String[] or remove line from the Srting[]?


public class Images {



public final static String[] imageUrls = new String[]{
"http://192.168.1.1/pictures/card/AA001a.jpg",
"http://192.168.1.1/pictures/card/AA001b.jpg"};


}


0 comments:

Post a Comment