articlesSection: ArticlesSection, ladderSection: LadderSection, videosSection: VideosSection, aroundTheNetworkSection: AroundTheNetworkSection, homeFavouritesSection: HomeFavouritesSection ) : GroupAdapter<ViewHolder>() { init { spanCount = 2 add(articlesSection) add(ladderSection) add(videosSection) add(aroundTheNetworkSection) add(homeFavouritesSection) } }