Adding a header and a footer to a gridview in Android
问题 I am trying to create users' profile pages in my Android app with the following features: - header - gridview showing a bunch of photos from that user - footer (a downloading icon when the app is downloading more photos in the gridview) - the header needs to move together with the gridview In other words, the user experience on the profile page would be very similar to the user experience in an Instagram user profile page. The issue is that gridview does not support headers and footers. Any