Android GridView add header and footer like listview
Maybe you want to call addHeaderView() or addFooterView() in GridView , which it does not have. It's nature that we want to add header view or a footer view to a GridView . Maybe your have been searching a long time like me, but finally find no solution. Here, I will give out an solution. I post this answer just want people who come here can get what the want. Let's have a look the screen snapshot. the usage is very simple GridViewWithHeaderAndFooter gridView = (GridViewWithHeaderAndFooter) v.findViewById(R.id.ly_image_list_grid); LayoutInflater layoutInflater = LayoutInflater.from(this); View