Android Custom Layout for listview

前端 未结 3 1059

I am using a list view as follows

String[] Shows = new String[] { \"Dexter\", \"Breaking Bad\", \"The Big Bang Theory\", \"Leverage\"};
ListView tv_show_lis         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-07 02:26

    look at this example here it shows how to load the images in listview in android,you need to extends the BaseAdapter to create the custom Adapter

提交回复
热议问题