download image and save in gallery?
I am getting response from server and in my response i am getting image,the view of that response is in listview,now what i want is below image i have one button for download image,and I want to download that image and store it in gallery..below is my code and response.. JSON Response.. [ { "b_card":"http:\/\/www.webname.com\/uploaded\/users\/vcard\/8_ers.jpg" } ] MyBaseAdapter public class CustomAdapterBusinessCard extends BaseAdapter{ private static Bitmap bmp; private Context context; private ArrayList<HashMap<String,String>> listData; private AQuery aQuery; /*private static final String