Multi-choice GridView
问题 I want to highlight selected items thats on an GridView, so a GridView must behave like an multi-choice ListView. Can somebody suggest how to do that? 回答1: Please use below code for multiselect gridview, the below example get images from device's gallery, may be it will solve your problem. GridView_Activity.java:- public class GridView_Activity extends Activity { private int count; private Bitmap[] thumbnails; private boolean[] thumbnailsselection; private String[] arrPath; private