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"};
}
This blog is all about Android development and problems\solutions
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