android lazy loading not showing images on phone or showing and is slow

前端 未结 1 1510
情歌与酒
情歌与酒 2021-01-24 22:12

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

1条回答
  •  无人及你
    2021-01-24 23:08

    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");
    

    0 讨论(0)
提交回复
热议问题