I am using JSON to parse an online xml document and also 2 methods for lazy image loading. Below is my source code, explanation and my problem:
Explanation:
Meth
You can try aquery android library for lazy loading image and listview...below code may help you..... download library from here
AQuery aq = new AQuery(mContext); aq.id(R.id.image1).image("http://data.whicdn.com/images/63995806/original.jpg");