hi i am new to android i got the image url responce from server via json in arraylist i got the arraylist string and i stored it in arraylist
this is my coding:
ArrayList al = new ArrayList();
al.add(message.getParameters());
here i add the responce string into array this responce is image string. the image string is url.
here i want to display the images in emulator
how can i accomplish this please tell me