I spent a moment trying to figure out a way to add a header to a RecyclerView, unsuccessfully. This is what I got so far: The LayoutManager seems to be the object handling the disposition of the RecyclerView items. As I couldn’t find any addHeaderView(View view) method, I decided to go with the LayoutManager’s addView(View view, int position) method and