i need to list out data from net in that i have 1 image and 2 text. i parse all data and display it but the image displaying very slow in list. so i m looking for best way to do this.
Please help me out.
Thanks In Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please copy the below class . That class is download the images from the web and stores into the
memory card or into internal memory of application .
Example
First create your image Loader class object.
then set the image url into the imageview’s
setTagProperty.then call your ImageLoader class Display image function . There are 3 parameters required.
1) Image Url
2) Your Current Class Name
3) ImageView
this functon dowload images from the web and stored into the memory and show from the memory.