class SubmarineAdapter : BaseAdapter
SubmarineAdapter is an implementation of BaseAdapter that has SubmarineItem as an section items.
SubmarineAdapter(submarineItemClickListener: SubmarineItemClickListener? = null)
SubmarineAdapter is an implementation of BaseAdapter that has SubmarineItem as an section items. |
fun layout(sectionRow: SectionRow): Int |
|
fun viewHolder(layout: Int, view: View): SubmarineViewHolder |