Listview with multiple checkbox and image View?

前端 未结 2 1287
野的像风
野的像风 2021-01-27 05:54

I am going to create an application for displaying the installed applications (and their icons) in a listview which will contain multiple checkboxes. How can I do this? If it\'s

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-27 06:07

    Here is your architecture for your need:

    1. Get the installed application list.
    2. Implement a custom list adapter.

    You can refer to this tutorial too.

    Your xml for custom list adapter will be like this:

    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题