I have a question that I have a custom grid view in which two images one is the background image and second is the check mark image, when I clicked on one Item of grid view
Do the following in your overrided method onItemClick
gridView.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView> p, View view, int position, long id) { pos=position; for(int i=0;i