액티비티에 의존 SectionButtonViewHolder( activity.layoutInflater.inflate( R.layout.item_section_button, parent, false ), onEventListener, mItems ) 액티비티에 의존 X SectionButtonViewHolder( itemView = LayoutInflater.from(parent.context) .inflate(R.layout.item_section_button, parent, false), onEventListener = onEventListener, items = mItems )